Skip to content

Commit

Permalink
feat(mpc_lateral_controller): add steering bias removal (autowarefoun…
Browse files Browse the repository at this point in the history
…dation#735)

* feat(mpc_lateral_controller): add steering bias removal

Signed-off-by: Takamasa Horibe <[email protected]>

* change name

Signed-off-by: Takamasa Horibe <[email protected]>

Signed-off-by: Takamasa Horibe <[email protected]>
  • Loading branch information
TakaHoribe authored Jan 27, 2023
1 parent 21ecce9 commit 1e4ead7
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@
new_traj_duration_time: 1.0
new_traj_end_dist: 0.3

# steer offset
steering_offset:
enable_auto_steering_offset_removal: true
update_vel_threshold: 5.56
update_steer_threshold: 0.035
average_num: 1000
steering_offset_limit: 0.02

# vehicle parameters
vehicle:
cg_to_front_m: 1.228
Expand Down

0 comments on commit 1e4ead7

Please sign in to comment.