Skip to content

Commit 062c240

Browse files
authoredMar 19, 2025
docs: revert "add artifacts path to run command (#648)" (#652)
This reverts commit 571ae7e.
1 parent bbe8624 commit 062c240

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed
 

‎docs/installation/autoware/docker-installation.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ Open AD Kit offers two types of Docker image to let you get started with Autowar
3434
./setup-dev-env.sh -y --no-nvidia docker
3535
```
3636

37-
To download only the artifacts:
38-
39-
```bash
40-
./setup-dev-env.sh -y download_artifacts
41-
```
42-
4337
!!! info
4438

4539
GPU acceleration is required for some features such as object detection and traffic light detection/classification. For details of how to enable these features without a GPU, refer to the [Running Autoware without CUDA](../../how-to-guides/others/running-autoware-without-cuda.md).
@@ -51,15 +45,16 @@ Open AD Kit offers two types of Docker image to let you get started with Autowar
5145
You can use `run.sh` to run the Autoware runtime container with the map data:
5246

5347
```bash
54-
./docker/run.sh --map-path path_to_map --data-path path_to_data
48+
./docker/run.sh --map-path path_to_map_data
5549
```
5650

5751
For more launch options, you can append a custom launch command instead of using the default launch command which is `ros2 launch autoware_launch autoware.launch.xml`.
5852

5953
Here is an example of running the runtime container with a custom launch command:
6054

6155
```bash
62-
./docker/run.sh --map-path ~/autoware_map/sample-map-rosbag --data-path ~/autoware_data ros2 launch autoware_launch planning_simulator.launch.xml map_path:=/autoware_map vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit
56+
./docker/run.sh --map-path ~/autoware_map/sample-map-rosbag ros2 launch autoware_launch planning_simulator.launch.xml map_path:=/autoware_map vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit
57+
6358
```
6459

6560
!!! info

0 commit comments

Comments
 (0)
Failed to load comments.