Skip to content

Commit d1ffb8a

Browse files
fix: replace equation from latex to math jax
Also remove the equation's image Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
1 parent c4d126f commit d1ffb8a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

planning/behavior_path_planner/behavior_path_planner_avoidance-design.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,7 @@ The shift length is subjected to the following constraints.
267267

268268
<!-- spell-checker:disable -->
269269

270-
![shift_length_equation](./image/shift_length_equation.png)
271-
272-
<!--<img src="https://latex.codecogs.com/gif.latex?\textrm{shift&space;length}=\left\{\begin{matrix}&space;d_{lcsb}&plus;d_{lcm}&plus;\frac{1}{2}(W_{ego})&\textrm{if}&\left(d_{lcsb}&plus;d_{lcm}&plus;W_{ego}&plus;d_{rssm}\right)<d_{trsd}\\&space;0&space;&&space;\textrm{if}&\left(d_{lcsb}&plus;d_{lcm}&plus;W_{ego}&plus;d_{rssm}\right)\geq&space;d_{trsd}&space;\end{matrix}\right." title="shift_length_computation" /> -->
270+
$$ \text{shift_length}=\begin{cases}d_{lcsb}+d_{lcm}+\frac{1}{2}(W_{ego})&\text{if}&(d_{lcsb}+d_{lcm}+W_{ego}+d_{rssm})\lt d_{trsd}\\0 &\textrm{if}&\left(d_{lcsb}+d_{lcm}+W_{ego}+d_{rssm}\right)\geq d_{trsd}\end{cases} $$
273271

274272
where
275273

Binary file not shown.

0 commit comments

Comments
 (0)