Skip to content

Commit

Permalink
feat(freespace_planner): lower safety distance margin from 0.5 to 0.4m (
Browse files Browse the repository at this point in the history
#1234)

Signed-off-by: Maxime CLEMENT <[email protected]>
  • Loading branch information
maxime-clem authored Nov 18, 2024
1 parent a217440 commit 5806a02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
th_stopped_velocity_mps: 0.01
th_course_out_distance_m: 1.0
th_obstacle_time_sec: 1.0
vehicle_shape_margin_m: 0.5
vehicle_shape_margin_m: 0.4
replan_when_obstacle_found: true
replan_when_course_out: true

Expand Down

0 comments on commit 5806a02

Please sign in to comment.