Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(obstacle_cruise_planner): add supplemental figures #9154

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -76,6 +76,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 @@ -242,6 +246,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
Loading