Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(behavior_velocity_no_drivable_lane_module): relocate README file #3967

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Some examples of No Drivable Lanes
- Underpass road that goes under a railway, for safety reasons
- Road with slope/inclination that the vehicle is not be able to drive autonomously due to technical limitations. And lots of other examples.

![no-drivable-lane-design.svg](no_drivable_lane_design.svg)
![no-drivable-lane-design.svg](./docs/no_drivable_lane_design.svg)

A lanelet becomes invalid by adding a new tag under the relevant lanelet in the map file `<tag k="no_drivable_lane" v="yes"/>`.

Expand Down Expand Up @@ -42,7 +42,7 @@ This function is activated when the lane id of the target path has an no drivabl
- the distance from front of the ego vehicle till the first intersection point between the ego path and the no drivable lane polygon is less than the `stop_margin`
- Assign the state to `STOPPED` when the vehicle is completely stopped

![no_drivable_lane_scenarios.svg](no_drivable_lane_scenarios.svg)
![no_drivable_lane_scenarios.svg](./docs/no_drivable_lane_scenarios.svg)

- At each state, RTC settings are assigned according to the following table

Expand Down