Skip to content

Commit

Permalink
feat(lane_following): consider lane ego angle diff (#250)
Browse files Browse the repository at this point in the history
feat(lane_following): consider lane-ego angle diff

Signed-off-by: Mehmet Dogru <42mehmetdogru42@gmail.com>
  • Loading branch information
mehmetdogru authored Mar 28, 2023
1 parent 2a4c036 commit 5719754
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
ros__parameters:
lane_following:
lane_change_prepare_duration: 2.0

closest_lanelet:
distance_threshold: 5.0 # [m]
yaw_threshold: 0.79 # [rad]

0 comments on commit 5719754

Please sign in to comment.