Skip to content

Commit

Permalink
decrease angle deviation threshold to fix rtc issue
Browse files Browse the repository at this point in the history
Signed-off-by: Zulfaqar Azmi <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 committed Aug 1, 2024
1 parent 5e18f60 commit 585f2fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

lane_change_finish_judge_buffer: 2.0 # [m]
finish_judge_lateral_threshold: 0.1 # [m]
finish_judge_lateral_angle_deviation: 2.0 # [deg]
finish_judge_lateral_angle_deviation: 1.0 # [deg]

# debug
publish_debug_marker: true

0 comments on commit 585f2fe

Please sign in to comment.