Skip to content

Commit db631ab

Browse files
committed
Change config_file arg to simulation_config_file
1 parent 334c1e9 commit db631ab

File tree

1 file changed

+2
-2
lines changed
  • docs/_03_aerial_platforms/_gazebo_simulation

1 file changed

+2
-2
lines changed

docs/_03_aerial_platforms/_gazebo_simulation/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,10 +335,10 @@ Example of launch command:
335335

336336
.. code-block:: bash
337337
338-
ros2 launch as2_platform_gazebo platform_gazebo_launch.py namespace:=drone_sim_0 config_file:=world_json_path
338+
ros2 launch as2_platform_gazebo platform_gazebo_launch.py namespace:=drone_sim_0 simulation_config_file:=world_json_path
339339
340340
For launch the simulation, run the following command:
341341

342342
.. code-block:: bash
343343
344-
ros2 launch as2_gazebo_assets launch_simulation.py config_file:=world_json_path
344+
ros2 launch as2_gazebo_assets launch_simulation.py simulation_config_file:=world_json_path

0 commit comments

Comments
 (0)