Skip to content

Commit

Permalink
docs(obstacle_cruise_planner): add supplemental figures (#9154)
Browse files Browse the repository at this point in the history
* add behavior determination flowchart
* add cruise planning block diagram
* style(pre-commit): autofix

---------

Signed-off-by: mitukou1109 <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
mitukou1109 and pre-commit-ci[bot] authored Dec 16, 2024
1 parent 9167bfb commit 19ca9f7
Show file tree
Hide file tree
Showing 3 changed files with 2,958 additions and 0 deletions.
8 changes: 8 additions & 0 deletions planning/autoware_obstacle_cruise_planner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ The obstacles not in front of the ego will be ignored.

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

The behavior determination flowchart is shown below.

![behavior_determination_flowchart](./media/behavior_determination_flowchart.drawio.svg)

#### Determine cruise vehicles

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

#### Block diagram

![cruise_planning_block_diagram](./media/cruise_planning_block_diagram.drawio.svg)

### Slow down planning

| Parameter | Type | Description |
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 19ca9f7

Please sign in to comment.