Skip to content

Planning & intersection management #2579

Discussion options

You must be logged in to vote

@08beeqtufail-sudo Thank you for your post. We have the parameter stop_planner.min_behavior_stop_margin to manage this behavior.

The stop_planner 's behavior is like this:

  • Set v=0 at the point from stop_margin distance from an obstacle.
  • If another stop point already exists between an obstacle and ego (like in this case), set v=0 at the point from min_behavior_stop_margin distance from an obstacle.

Generally min_behavior_stop_margin is set to be smaller than the stop_margin. See the default parameter.

If you tune the parameter min_behavior_stop_margin, the vehicle will move as you expect.

The readme here, not well written about this parameter though.

Replies: 0 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@08beeqtufail-sudo
Comment options

Answer selected by 08beeqtufail-sudo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation.
2 participants