Skip to content

Commit

Permalink
fix: command of logging_simulator.launch (#185)
Browse files Browse the repository at this point in the history
* fix: command

closes: #184

* fix: remove perception false
  • Loading branch information
hayato-m126 authored Jul 26, 2021
1 parent c266622 commit 355faf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial/QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
```sh
cd ~/workspace/autoware.proj
source install/setup.bash
ros2 launch autoware_launch logging_simulator.launch.xml map_path:=/path/to/map_folder vehicle_model:=lexus sensor_model:=aip_xx1 rosbag:=true perception:=false
ros2 launch autoware_launch logging_simulator.launch.xml map_path:=/path/to/map_folder vehicle_model:=lexus sensor_model:=aip_xx1
```

4. Open a second terminal and play the sample rosbag file
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/SimulationTutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Autoware provides two types of simulation:
```sh
cd ~/workspace/autoware.proj
source install/setup.bash
ros2 launch autoware_launch logging_simulator.launch.xml map_path:=/path/to/map_folder vehicle_model:=lexus sensor_model:=aip_xx1 rosbag:=true perception:=false
ros2 launch autoware_launch logging_simulator.launch.xml map_path:=/path/to/map_folder vehicle_model:=lexus sensor_model:=aip_xx1
```

4. Open a second terminal and play the sample rosbag file
Expand Down

0 comments on commit 355faf4

Please sign in to comment.