Skip to content

Commit

Permalink
docs(behavior_velocity_planner): add map format doc (#1266)
Browse files Browse the repository at this point in the history
* docs(behavior_velocity_planner): add map format doc

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* Update planning/behavior_velocity_planner/virtual-traffic-light-design.md

Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>

Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
  • Loading branch information
takayuki5168 and TakaHoribe committed Aug 5, 2022
1 parent bbecb7f commit d845a78
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,16 @@ stop
@enduml
```

##### Known Limits
#### Map Format

- To avoid sudden braking, the length between the start line and stop line of a virtual traffic light must be longer than $l_{\mathrm{min}}$ calculated as follows, assuming that $v_0$ is the velocity when passing the start line and $a_{\mathrm{min}}$ is minimum acceleration defined in Autoware.

$$
\begin{align}
l_{\mathrm{min}} = -\frac{v_0^2}{2 a_{\mathrm{min}}}
\end{align}
$$

#### Known Limits

- tbd.

0 comments on commit d845a78

Please sign in to comment.