-
Notifications
You must be signed in to change notification settings - Fork 677
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Takayuki Murooka <[email protected]>
- Loading branch information
1 parent
89c3dc6
commit 91be5fc
Showing
10 changed files
with
986 additions
and
54 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
planning/autoware_obstacle_cruise_planner/config/slow_down.param.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,46 @@ | ||
# Debug | ||
|
||
## Debug visualization | ||
|
||
### Detection area | ||
|
||
Green polygons which is a detection area is visualized by `detection_polygons` in the `~/debug/marker` topic. | ||
To determine each behavior (cruise, stop, and slow down), if `behavior_determination.*.max_lat_margin` is not zero, the polygons are expanded with the additional width. | ||
|
||
![detection_area](../media/detection_area.png) | ||
|
||
### Collision points | ||
|
||
Red points which are collision points with obstacle are visualized by `*_collision_points` for each behavior in the `~/debug/marker` topic. | ||
|
||
![collision_point](../media/collision_point.png) | ||
|
||
### Obstacle for cruise | ||
|
||
Orange sphere which is an obstacle for cruise is visualized by `obstacles_to_cruise` in the `~/debug/marker` topic. | ||
|
||
Orange wall which means a safe distance to cruise if the ego's front meets the wall is visualized in the `~/debug/cruise/virtual_wall` topic. | ||
|
||
![cruise_visualization](../media/cruise_visualization.png) | ||
|
||
### Obstacle for stop | ||
|
||
Red sphere which is an obstacle for stop is visualized by `obstacles_to_stop` in the `~/debug/marker` topic. | ||
|
||
Red wall which means a safe distance to stop if the ego's front meets the wall is visualized in the `~/virtual_wall` topic. | ||
|
||
![stop_visualization](../media/stop_visualization.png) | ||
|
||
### Obstacle for slow down | ||
|
||
Yellow sphere which is an obstacle for slow_down is visualized by `obstacles_to_slow_down` in the `~/debug/marker` topic. | ||
|
||
Yellow wall which means a safe distance to slow_down if the ego's front meets the wall is visualized in the `~/debug/slow_down/virtual_wall` topic. | ||
|
||
![slow_down_visualization](../media/slow_down_visualization.png) | ||
|
||
<!-- ### Obstacle ignored to cruise or stop intentionally --> | ||
|
||
<!-- Green sphere which is a obstacle ignored intentionally to cruise or stop is visualized by `intentionally_ignored_obstacles` in the `~/debug/marker` topic. --> | ||
|
||
<!-- ![intentionally_ignored_obstacle](../image/intentionally_ignored_obstacle.png) --> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+75.9 KB
planning/autoware_obstacle_cruise_planner/media/cruise_visualization.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
133 changes: 133 additions & 0 deletions
133
planning/autoware_obstacle_cruise_planner/media/slow_down_planning.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.