Skip to content

How to simulate the AEB function from autonomous_emergency_braking package #4669

Closed Answered by danielsanchezaran
felixf4xu asked this question in Q&A
Discussion options

You must be logged in to vote

@felixf4xu The AEB module is usually disabled by default. If you want to enable the module to stop your vehicle in PSim you can apply these changes to Autoware launch

What these changes do:

  1. collision_keeping_sec 0.0 -> 1.0 How long the emergency message should be maintained by AEB, if it is 0.0 the module does not have a chance to send a stop signal even once. (Necessary change)
  2. use_emergency_handling: false ->true. The vehicle_cmd_gate module is the one that actually stops the ego vehicle, but its an optional parameter. (Necessary change)
    3)default: obstacle_cruise_planner -> none. This is to make sure the stop planner is NOT the module that is stopping the ego vehicle when you set an …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by felixf4xu
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
component:system System design and integration. component:planning Route planning, decision-making, and navigation.
2 participants