Skip to content

Commit

Permalink
docs(tutorials): add link to manual artifacts downloading (#463)
Browse files Browse the repository at this point in the history
* docs(tutorials): add link to manual artifacts downloading to planning sim

Signed-off-by: Alexey Panferov <[email protected]>

* docs(tutorials): add link to manual artifacts downloading to logging sim

Signed-off-by: Alexey Panferov <[email protected]>

* docs(tutorials): fix spelling

Signed-off-by: Alexey Panferov <[email protected]>

---------

Signed-off-by: Alexey Panferov <[email protected]>
  • Loading branch information
lexavtanke authored Sep 26, 2023
1 parent d4987f1 commit f0f1108
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/tutorials/ad-hoc-simulation/planning-simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,24 @@ unzip -d ~/autoware_map ~/autoware_map/sample-map-planning.zip

Sample map: Copyright 2020 TIER IV, Inc.

Check if you have `~/autoware_data` folder and files in it.

```bash
$ cd ~/autoware_data
$ ls -C -w 30
image_projection_based_fusion
lidar_apollo_instance_segmentation
lidar_centerpoint
tensorrt_yolo
tensorrt_yolox
traffic_light_classifier
traffic_light_fine_detector
traffic_light_ssd_fine_detector
yabloc_pose_initializer
```

If not, please, follow [Manual downloading of artifacts](https://github.com/autowarefoundation/autoware/tree/main/ansible/roles/artifacts).

## Basic simulations

### Lane driving scenario
Expand Down
18 changes: 18 additions & 0 deletions docs/tutorials/ad-hoc-simulation/rosbag-replay-simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,24 @@
unzip -d ~/autoware_map/ ~/autoware_map/sample-rosbag.zip
```

3. Check if you have `~/autoware_data` folder and files in it.

```bash
$ cd ~/autoware_data
$ ls -C -w 30
image_projection_based_fusion
lidar_apollo_instance_segmentation
lidar_centerpoint
tensorrt_yolo
tensorrt_yolox
traffic_light_classifier
traffic_light_fine_detector
traffic_light_ssd_fine_detector
yabloc_pose_initializer
```

If not, please, follow [Manual downloading of artifacts](https://github.com/autowarefoundation/autoware/tree/main/ansible/roles/artifacts).

### Note

- Sample map and rosbag: Copyright 2020 TIER IV, Inc.
Expand Down

0 comments on commit f0f1108

Please sign in to comment.