Skip to content

Commit 7025c11

Browse files
authored
Merge branch 'main' into main
2 parents 8004781 + eea589d commit 7025c11

11 files changed

Lines changed: 15 additions & 15 deletions

File tree

docs/demos/digital-twin-demos/carla-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ TensorRT-optimized Vectorized Autonomous Driving ([VAD](https://github.com/hustv
2929
```bash
3030
ros2 launch autoware_launch e2e_simulator.launch.xml \
3131
map_path:=$HOME/autoware_map/Town01 \
32-
vehicle_model:=sample_vehicle \
32+
vehicle_model:=autoware_sample_vehicle \
3333
sensor_model:=carla_sensor_kit \
3434
simulator_type:=carla \
3535
use_e2e_planning:=true \

docs/demos/planning-sim/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If not, please, follow [Manual downloading of artifacts](https://github.com/auto
3939

4040
```bash
4141
source ~/autoware/install/setup.bash
42-
ros2 launch autoware_launch planning_simulator.launch.xml map_path:=$HOME/autoware_map/sample-map-planning vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit
42+
ros2 launch autoware_launch planning_simulator.launch.xml map_path:=$HOME/autoware_map/sample-map-planning vehicle_model:=autoware_sample_vehicle sensor_model:=autoware_sample_sensor_kit
4343
```
4444

4545
!!! warning

docs/demos/planning-sim/lane-change.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
```bash
1313
source ~/autoware/install/setup.bash
14-
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
14+
ros2 launch autoware_launch planning_simulator.launch.xml map_path:=$HOME/autoware_map/nishishinjuku_autoware_map vehicle_model:=autoware_sample_vehicle sensor_model:=autoware_sample_sensor_kit
1515
```
1616

1717
![open-nishishinjuku-map](images/lane-change/open-nishishinjuku-map.png)

docs/demos/planning-sim/lane-driving.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```bash
66
source ~/autoware/install/setup.bash
7-
ros2 launch autoware_launch planning_simulator.launch.xml map_path:=$HOME/autoware_map/sample-map-planning vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit
7+
ros2 launch autoware_launch planning_simulator.launch.xml map_path:=$HOME/autoware_map/sample-map-planning vehicle_model:=autoware_sample_vehicle sensor_model:=autoware_sample_sensor_kit
88
```
99

1010
!!! warning

docs/demos/rosbag-replay-simulation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
```sh
5555
source ~/autoware/install/setup.bash
56-
ros2 launch autoware_launch logging_simulator.launch.xml map_path:=$HOME/autoware_map/sample-map-rosbag vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit
56+
ros2 launch autoware_launch logging_simulator.launch.xml map_path:=$HOME/autoware_map/sample-map-rosbag vehicle_model:=autoware_sample_vehicle sensor_model:=autoware_sample_sensor_kit
5757
```
5858

5959
Note that you cannot use `~` instead of `$HOME` here.

docs/demos/scenario-simulation/scenario-simulator/random-test-simulation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
```bash
2020
ros2 launch random_test_runner random_test.launch.py \
2121
architecture_type:=awf/universe/20250130 \
22-
sensor_model:=sample_sensor_kit \
23-
vehicle_model:=sample_vehicle
22+
sensor_model:=autoware_sample_sensor_kit \
23+
vehicle_model:=autoware_sample_vehicle
2424
```
2525

2626
![random_test_runner](images/random_test_runner.png)

docs/demos/scenario-simulation/scenario-simulator/scenario-test-simulation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
architecture_type:=awf/universe/20250130 \
2222
record:=false \
2323
scenario:='$(find-pkg-share scenario_test_runner)/scenario/sample.yaml' \
24-
sensor_model:=sample_sensor_kit \
25-
vehicle_model:=sample_vehicle \
24+
sensor_model:=autoware_sample_sensor_kit \
25+
vehicle_model:=autoware_sample_vehicle \
2626
use_custom_centerline:=true \
2727
rviz_config:=$(ros2 pkg prefix autoware_launch)/share/autoware_launch/rviz/scenario_simulator.rviz
2828
```

docs/installation/autoware/docker-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ For more launch options, you can append a custom launch command instead of using
5959
Here is an example of running the runtime container with a custom launch command:
6060

6161
```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
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:=autoware_sample_vehicle sensor_model:=autoware_sample_sensor_kit
6363
```
6464

6565
!!! info

docs/simulation-evaluation/components_evaluation/localization_evaluation/urban-environment-evaluation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ colcon build --symlink-install --packages-select sample_sensor_kit_launch autowa
107107

108108
```bash
109109
source ~/autoware/install/setup.bash
110-
ros2 launch autoware_launch logging_simulator.launch.xml map_path:=~/autoware_ista_map/ vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit
110+
ros2 launch autoware_launch logging_simulator.launch.xml map_path:=~/autoware_ista_map/ vehicle_model:=autoware_sample_vehicle sensor_model:=autoware_sample_sensor_kit
111111
```
112112

113113
##### Run Rosbag
@@ -132,7 +132,7 @@ mkdir ~/autoware_ista_map
132132
gdown --id 1WPWmFCjV7eQee4kyBpmGNlX7awerCPxc -O ~/autoware_ista_map/
133133
```
134134

135-
> <span style="color:green">**NOTE !**</span></br>
135+
> <span style="color:green">**NOTE !**</span></br>
136136
> You also need to add `lanelet2_map.osm` file to autoware_ista_map folder. Since no lanelet file is created for this map at the
137137
> moment, you can run any `lanelet2_map.osm` file by placing it in this folder.
138138

docs/tutorials/others/planning-evaluation-using-scenarios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ define a dummy file for this field.
162162
ros2 launch scenario_test_runner scenario_test_runner.launch.py \
163163
record:=false \
164164
scenario:='/path/to/scenario/sample.yaml' \
165-
sensor_model:=sample_sensor_kit \
166-
vehicle_model:=sample_vehicle \
165+
sensor_model:=autoware_sample_sensor_kit \
166+
vehicle_model:=autoware_sample_vehicle \
167167
use_custom_centerline:=true \
168168
rviz_config:=$(ros2 pkg prefix autoware_launch)/share/autoware_launch/rviz/scenario_simulator.rviz
169169
```

0 commit comments

Comments
 (0)