Skip to content

Commit

Permalink
feat(velocity_smoother): plan from ego velocity on manual mode (#396)
Browse files Browse the repository at this point in the history
Signed-off-by: Takamasa Horibe <[email protected]>
  • Loading branch information
TakaHoribe authored and 1222-takeshi committed Jun 20, 2023
1 parent 659afc2 commit de5aaa4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@

# system
over_stop_velocity_warn_thr: 1.389 # used to check if the optimization exceeds the input velocity on the stop point

plan_from_ego_speed_on_manual_mode: true # planning is done from ego velocity/acceleration on MANUAL mode. This should be true for smooth transition from MANUAL to AUTONOMOUS, but could be false for debugging.

0 comments on commit de5aaa4

Please sign in to comment.