Skip to content

Commit

Permalink
docs(obstacle_stop_planner): add limitations of backward driving (aut…
Browse files Browse the repository at this point in the history
…owarefoundation#1696)

Signed-off-by: kosuke55 <[email protected]>

Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 authored and yukke42 committed Oct 14, 2022
1 parent 00adc3e commit 884ce9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions planning/obstacle_stop_planner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,3 +347,5 @@ If the target velocity exceeds the value of `thresh_vel_to_stop`, the target vel
- It is strongly depends on velocity planning module whether or not it moves according to the target speed embedded by `Adaptive Cruise Controller` module. If the velocity planning module is updated, please take care of the vehicle's behavior as much as possible and always be ready for overriding.

- The velocity estimation algorithm in `Adaptive Cruise Controller` is depend on object tracking module. Please note that if the object-tracking fails or the tracking result is incorrect, it the possibility that the vehicle behaves dangerously.

- It does not work for backward driving, but publishes the path of the input as it is. Please use [obstacle_cruise_planner](../obstacle_cruise_planner/README.md) if you want to stop against an obstacle when backward driving.

0 comments on commit 884ce9d

Please sign in to comment.