Skip to content

Commit 19ca9f7

Browse files
docs(obstacle_cruise_planner): add supplemental figures (#9154)
* add behavior determination flowchart * add cruise planning block diagram * style(pre-commit): autofix --------- Signed-off-by: mitukou1109 <mitukou1109@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9167bfb commit 19ca9f7

File tree

3 files changed

+2958
-0
lines changed

3 files changed

+2958
-0
lines changed

planning/autoware_obstacle_cruise_planner/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ The obstacles not in front of the ego will be ignored.
7575

7676
![determine_cruise_stop_slow_down](./media/determine_cruise_stop_slow_down.drawio.svg)
7777

78+
The behavior determination flowchart is shown below.
79+
80+
![behavior_determination_flowchart](./media/behavior_determination_flowchart.drawio.svg)
81+
7882
#### Determine cruise vehicles
7983

8084
The obstacles meeting the following condition are determined as obstacles for cruising.
@@ -241,6 +245,10 @@ $$
241245
| `lpf(val)` | apply low-pass filter to `val` |
242246
| `pid(val)` | apply pid to `val` |
243247

248+
#### Block diagram
249+
250+
![cruise_planning_block_diagram](./media/cruise_planning_block_diagram.drawio.svg)
251+
244252
### Slow down planning
245253

246254
| Parameter | Type | Description |

planning/autoware_obstacle_cruise_planner/media/behavior_determination_flowchart.drawio.svg

+1,961
Loading

0 commit comments

Comments
 (0)