Skip to content

Commit 8ef5149

Browse files
committed
remove personal fork references
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent 2d03ded commit 8ef5149

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

docs/demos/planning-simulation.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ ros2 launch autoware_launch planning_simulator.launch.xml map_path:=$HOME/autowa
5656

5757
If `~` is used, the map will fail to load.
5858

59-
![after-autoware-launch](https://github.com/vish0012/autoware-documentation/blob/3d3ed61f1a835fba0acc94edc9d46c2de441a260/docs/tutorials/ad-hoc-simulation/images/planning/others/first-overview.png)
59+
![after-autoware-launch](images/planning/others/first-overview.png)
6060

6161
If you encounter a situation where the simulation is running but the view is not visible in Autoware like below, please follow these steps:
6262

63-
![after-autoware-launch-error](https://github.com/vish0012/autoware-documentation/blob/27844480495b187cca173191f48a4d9a14ba6c49/docs/tutorials/ad-hoc-simulation/images/planning/others/first%20error%20view.png)
63+
![after-autoware-launch-error](images/planning/others/first%20error%20view.png)
6464

6565
Double-Click on 'TopDownOrtho' View
6666
Navigate to the Views section on the right panel and double-click on the TopDownOrtho option to properly display the simulation.
@@ -74,7 +74,7 @@ By following these steps, the simulation view should load correctly.
7474

7575
#### 2. Set an initial pose for the ego vehicle
7676

77-
![set-initial-pose](https://github.com/vish0012/autoware-documentation/blob/3d3ed61f1a835fba0acc94edc9d46c2de441a260/docs/tutorials/ad-hoc-simulation/images/planning/others/After%20Initializing%202D%20Pose.png)
77+
![set-initial-pose](images/planning/others/After%20Initializing%202D%20Pose.png)
7878

7979
a) Click the `2D Pose estimate` button in the toolbar, or hit the `P` key.
8080

@@ -92,7 +92,7 @@ a) Click the `2D Goal Pose` button in the toolbar, or hit the `G` key.
9292

9393
b) In the 3D View pane, click and hold the left-mouse button, and then drag to set the direction for the goal pose. If done correctly, you will see a planned path from initial pose to goal pose.
9494

95-
![set-goal-pose](https://github.com/vish0012/autoware-documentation/blob/428c5b41b7c4d91cb17275b496627b2eb2fa77cd/docs/tutorials/ad-hoc-simulation/images/planning/others/goal%20pose.png)
95+
![set-goal-pose](images/planning/others/goal%20pose.png)
9696

9797
#### 4. Start the ego vehicle
9898

@@ -106,25 +106,25 @@ ros2 service call /api/operation_mode/change_to_autonomous autoware_adapi_v1_msg
106106

107107
After that, you can see `AUTONOMOUS` sign on `OperationMode` and `AUTO` button is grayed out.
108108

109-
![start-driving](https://github.com/vish0012/autoware-documentation/blob/a8fbf0ea404bed9126256c1a4eb09e9744c6ab35/docs/tutorials/ad-hoc-simulation/images/planning/others/start%20goal%20pose.png)
109+
![start-driving](images/planning/others/start%20goal%20pose.png)
110110

111111
### Parking scenario
112112

113113
1. Set an initial pose and a goal pose, and engage the ego vehicle.
114114

115-
![after-set-goal-pose](https://github.com/vish0012/autoware-documentation/blob/0914e979e43bb257ebcfa5b4c984a7acfb17785e/docs/tutorials/ad-hoc-simulation/images/planning/others/parking%20initial%20pose.png)
115+
![after-set-goal-pose](images/planning/others/parking%20initial%20pose.png)
116116

117117
2. When the vehicle approaches the goal, it will switch from lane driving mode to parking mode.
118118
3. After that, the vehicle will reverse into the destination parking spot.
119119

120-
![parking-maneuver](https://github.com/vish0012/autoware-documentation/blob/1bfab84885a0b932d45924ced8ac42bf390364b9/docs/tutorials/ad-hoc-simulation/images/planning/others/parking%20moving%201.png)
121-
![parking-maneuver 2](https://github.com/vish0012/autoware-documentation/blob/1bfab84885a0b932d45924ced8ac42bf390364b9/docs/tutorials/ad-hoc-simulation/images/planning/others/parking%20moving%202.png)
120+
![parking-maneuver](images/planning/others/parking%20moving%201.png)
121+
![parking-maneuver 2](images/planning/others/parking%20moving%202.png)
122122

123123
### Pull out and pull over scenario
124124

125125
1. In a pull out scenario, set the ego vehicle at the road shoulder.
126126

127-
![pullover-pullout](https://github.com/vish0012/autoware-documentation/blob/3581b0b9b4bbdd680a3e85407fd24ee9a3a4cd3a/docs/tutorials/ad-hoc-simulation/images/planning/others/pull%20out%20scenario.png)
127+
![pullover-pullout](images/planning/others/pull%20out%20scenario.png)
128128

129129
2. Set a goal and then engage the ego vehicle.
130130

@@ -146,25 +146,25 @@ After that, you can see `AUTONOMOUS` sign on `OperationMode` and `AUTO` button i
146146
ros2 launch autoware_launch planning_simulator.launch.xml map_path:=$HOME/autoware_map/nishishinjuku_autoware_map vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit
147147
```
148148

149-
![open-nishishinjuku-map](https://github.com/vish0012/autoware-documentation/blob/760b51f1b543bdedf7a523ede91aca7f3f446872/docs/tutorials/ad-hoc-simulation/images/planning/others/nishi%20shinjuku%20map%20.png)
149+
![open-nishishinjuku-map](images/planning/others/nishi%20shinjuku%20map%20.png)
150150

151151
3. Set an initial pose and a goal pose in adjacent lanes.
152152

153-
![set-position-and-goal](https://github.com/vish0012/autoware-documentation/blob/7cc6b96690ae21f933ba329285e8fb1b06d20d7a/docs/tutorials/ad-hoc-simulation/images/planning/others/nishishinjuku%20set%20pose%20.png)
153+
![set-position-and-goal](images/planning/others/nishishinjuku%20set%20pose%20.png)
154154

155155
4. Engage the ego vehicle. It will make a lane change along the planned path.
156156

157-
![lane-changing](https://github.com/vish0012/autoware-documentation/blob/7cc6b96690ae21f933ba329285e8fb1b06d20d7a/docs/tutorials/ad-hoc-simulation/images/planning/others/nishi%20shinjuku%20lane%20change%20.png)
157+
![lane-changing](images/planning/others/nishi%20shinjuku%20lane%20change%20.png)
158158

159159
### Avoidance scenario
160160

161161
1. Set an initial pose and a goal pose in the same lane. A path will be planned.
162162

163-
![set-position-and-goal](https://github.com/vish0012/autoware-documentation/blob/068fdb362f76b60a44b2c84e1572c0a53747fdb9/docs/tutorials/ad-hoc-simulation/images/planning/others/avoidence%20set%20goal.png)
163+
![set-position-and-goal](images/planning/others/avoidence%20set%20goal.png)
164164

165165
2. Set a "2D Dummy Bus" on the roadside. A new path will be planned.
166166

167-
![set-dummy-bus](https://github.com/vish0012/autoware-documentation/blob/65b8b8b6aa0fe5d141b9e33c4e86d581776fb849/docs/tutorials/ad-hoc-simulation/images/planning/others/2d%20dummy%20bus.png)
167+
![set-dummy-bus](images/planning/others/2d%20dummy%20bus.png)
168168

169169
3. Engage the ego vehicle. It will avoid the obstacle along the newly planned path.
170170

@@ -180,19 +180,19 @@ After that, you can see `AUTONOMOUS` sign on `OperationMode` and `AUTO` button i
180180

181181
Changes to the `velocity` parameter will only affect objects placed after the parameter is changed.
182182

183-
![set-dummy-car](https://github.com/vish0012/autoware-documentation/blob/4176dd22bdbd9220268c23514cb6716c4c3a3f98/docs/tutorials/ad-hoc-simulation/images/planning/others/advacnce%20dumy%20object%20.png)
183+
![set-dummy-car](images/planning/others/advacnce%20dumy%20object%20.png)
184184

185185
4. Delete any dummy objects placed in the view by clicking the `Delete All Objects` button in the toolbar.
186186

187187
5. Click the `Interactive` button in the toolbar to make the dummy object interactive.
188188

189-
![set-interactive-dummy-car](https://github.com/vish0012/autoware-documentation/blob/95f0be14a5291ac8921cdb7ccac2e9c1c55c9b50/docs/tutorials/ad-hoc-simulation/images/planning/others/interactive%20dummy%20.png)
189+
![set-interactive-dummy-car](images/planning/others/interactive%20dummy%20.png)
190190

191191
6. For adding an interactive dummy object, press `SHIFT` and click the `right click`.
192192
7. For deleting an interactive dummy object, press `ALT` and click the `right click`.
193193
8. For moving an interactive dummy object, hold the `right click` drag and drop the object.
194194

195-
![move-interactive-dummy-car](https://github.com/vish0012/autoware-documentation/blob/51e9413dcc21b3ac3c871d4f0a4e28b78863aacf/docs/tutorials/ad-hoc-simulation/images/planning/others/moving%20interactive%20demo%20.png)
195+
![move-interactive-dummy-car](images/planning/others/moving%20interactive%20demo%20.png)
196196

197197
### Traffic light recognition simulation
198198

@@ -207,13 +207,13 @@ The following steps explain how to set and reset traffic lights in order to test
207207
2. In `TrafficLightPublishPanel`, set the `ID` and color of the traffic light.
208208

209209
3. Click the `SET` button.
210-
![set-traffic-light](https://github.com/vish0012/autoware-documentation/blob/08e809bf1283e3ac993b405a89c4c411ca4639a6/docs/tutorials/ad-hoc-simulation/images/planning/others/traffic%20light.png)
210+
![set-traffic-light](images/planning/others/traffic%20light.png)
211211
Then you can seen down left side
212-
![set-traffics-light 2](https://github.com/vish0012/autoware-documentation/blob/89c8929f870c70b1470a6c9eb5f549342833e7fa/docs/tutorials/ad-hoc-simulation/images/planning/others/traffic%20pannel%20down%20.png)
212+
![set-traffics-light 2](images/planning/others/traffic%20pannel%20down%20.png)
213213

214214
4. Finally, click the `PUBLISH` button to send the traffic light status to the simulator. Any planned path that goes past the selected traffic light will then change accordingly.
215215

216-
![send-traffic-light-color](https://github.com/vish0012/autoware-documentation/blob/637dfac7a5dae71db5ce0be458df98579d27e394/docs/tutorials/ad-hoc-simulation/images/planning/others/traffic%2023.png)
216+
![send-traffic-light-color](images/planning/others/traffic%2023.png)
217217

218218
By default, Rviz should display the ID of each traffic light on the map. You can have a closer look at the IDs by zooming in the region or by changing the View type.
219219

@@ -225,13 +225,13 @@ b) Check the `traffic_light_id` checkbox.
225225

226226
c) Reload the topic by clicking the `Map` checkbox twice.
227227

228-
![see-traffic-light-ID](https://github.com/vish0012/autoware-documentation/blob/8cbd6c7c78f224b7bc514fa8f49d276b9883adfc/docs/tutorials/ad-hoc-simulation/images/planning/others/last%2045.png)
228+
![see-traffic-light-ID](images/planning/others/last%2045.png)
229229

230230
#### Update/Reset traffic light
231231

232232
You can update the color of the traffic light by selecting the next color (in the image it is `GREEN`) and clicking `SET` button. In the image the traffic light in front of the ego vehicle changed from `RED` to `GREEN` and the vehicle restarted.
233233

234-
![after-traffic-light-color-update](https://github.com/vish0012/autoware-documentation/blob/e730cad28f0a4113624f0b3afe300dcee8af454b/docs/tutorials/ad-hoc-simulation/images/planning/others/traffic%20publish%20green%20.png)
234+
![after-traffic-light-color-update](images/planning/others/traffic%20publish%20green%20.png)
235235

236236
To remove a traffic light from `TrafficLightPublishPanel`, click the `RESET` button.
237237

0 commit comments

Comments
 (0)