Skip to content

Commit

Permalink
docs(virtual traffic light): add documentation (tier4#245)
Browse files Browse the repository at this point in the history
* doc(behavior_velocity): add graph and fix link

* doc(behavior_velocity): update virtual traffic light doc

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

* doc(behavior_velocity): minor fix

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

* doc : mediate to coordinate

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

* doc: minor update

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

* doc: fix pre-commit

* doc: update docs

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

* apply suggestion

* doc: to intersection-coordination

Co-authored-by: Kenji Miyake <[email protected]>
  • Loading branch information
2 people authored and 0x126 committed May 18, 2022
1 parent cc43203 commit 0786fa1
Show file tree
Hide file tree
Showing 5 changed files with 1,933 additions and 0 deletions.
3 changes: 3 additions & 0 deletions planning/behavior_velocity_planner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
`behavior_velocity_planner` is a planner that adjust velocity based on the traffic rules.
It consists of several modules. Please refer to the links listed below for detail on each module.

![Architecture](./docs/BehaviorVelocityPlanner-Architecture.drawio.svg)

- [Blind Spot](blind-spot-design.md)
- [Crosswalk](crosswalk-design.md)
- [Detection Area](detection-area-design.md)
- [Intersection](intersection-design.md)
- [MergeFromPrivate](merge-from-private-design.md)
- [Stop Line](stop-line-design.md)
- [Virtual Traffic Light](virtual-traffic-light-design.md)
- [Traffic Light](traffic-light-design.md)
- [Occlusion Spot](occlusion-spot-design.md)
- [No Stopping Area](no-stopping-area-design.md)
Expand Down
Loading

0 comments on commit 0786fa1

Please sign in to comment.