Skip to content

obstacle_avoidance_planner's influence on Autowares operation on lanelet2 map #2683

Discussion options

You must be logged in to vote
  1. Will the is_stopping_if_outside_drivable_area parameter set to False have any breaking influence on the operation on the rest of the system?

This parameter does not impact the rest of the system. However setting is_stopping_if_outside_drivable_area to False is unsafe and should not be done on a real vehicle.

  1. Couldn't the footprint checker (isOutsideDrivableAreaFromRectangleFootprint) be a little less strict, [...]

It is possible. For example an extra parameter for a distance_buffer could be added and a negative value would lead to the behavior you describe. However this is also unsafe.

One way to stay safe in this situation is to guarantee that obstacle detection can accurately de…

Replies: 0 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by kielczykowski-rai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants