Skip to content

Commit

Permalink
(1) updated parking maneuver images for better look (2) used modified…
Browse files Browse the repository at this point in the history
… traffic light panel from autowarefoundation/autoware.universe#1010, to be merged soon (3) added instruction for how to check traffic light ID on rviz

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
  • Loading branch information
soblin committed Jun 10, 2022
1 parent 3031f9f commit 45f49a0
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 8 deletions.
Binary file not shown.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 7 additions & 8 deletions docs/tutorials/ad-hoc-simulation/planning-simulation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Planning simulation
# Planning simulation

## Preparation

Expand Down Expand Up @@ -73,14 +73,9 @@ ros2 topic pub /autoware/engage autoware_auto_vehicle_msgs/msg/Engage "engage: t
![after-set-goal-pose](images/planning/parking/after-set-goal-pose.png)

2. When the vehicle approaches the goal, it will change to the parking mode.

![change-to-parking-mode](images/planning/parking/change-to-parking-mode.png)

3. After that, the vehicle will start driving backwards and park at the destination parking spot.

![backward-driving](images/planning/parking/backward-driving.png)

![reach-goal](images/planning/parking/reach-goal.png)
![parking-maneuver](images/planning/parking/parking-maneuver.png)

## Advanced Simulations

Expand All @@ -96,7 +91,11 @@ To delete any dummy objects placed in the view, click the `Delete All Objects` b

To simulate traffic light recognition, go to `Panels -> Add new panel`, select `TrafficLightPublishPanel`, and then press `OK`. Then in the panel you need to set the `ID` and color of the traffic light.

You can find the `ID` of the desired traffic light by searching for the `traffic` tag in the `lanelet2_map.osm` file. The image below shows a traffic light whose `ID` is 34836 and its color is set to `RED`.
You can check the ID of each traffic light on Rviz. If you can not see the ID, select `Map/Lanelet2VectorMap/Namespaces/traffic_light_id` topic, check the checkbox, and then reload this topic by clicking the checkbox of `Map` twice to re-visualize the traffic light IDs (see the image below). You can have a closer look at the IDs by zooming in the region or by chaning the View type.

![see-traffic-light-ID](images/planning/lane-following/see-traffic-light-ID.png)

And then you can select the ID of the desired traffic light from the `ID` *Comobobox*. The image below shows a traffic light whose `ID` is 34836 and its color is set to `RED`.

![set-traffic-light](images/planning/lane-following/set-traffic-light.png)

Expand Down

0 comments on commit 45f49a0

Please sign in to comment.