gazebosim / gazebo-classic

Gazebo classic. For the latest version, see https://github.com/gazebosim/gz-sim

Home Page:http://classic.gazebosim.org/

Repository from Github https://github.comgazebosim/gazebo-classicRepository from Github https://github.comgazebosim/gazebo-classic

Run lockstep mode from roslaunch

EmmanuelMess opened this issue · comments

When I run:

<include file="$(find gazebo_ros)/launch/empty_world.launch">
  <arg name="world_name" value="$(find weed_robot_gazebo)/worlds/$(arg world).world"/>
  <arg name="lockstep" value="true" />
</include>

I get:

RLException: unused args [lockstep] for include of [/opt/ros/noetic/share/gazebo_ros/launch/empty_world.launch]
The traceback for the exception was written to the log file

Done. Its run with:

  <arg name="extra_gazebo_args" value="--lockstep"/>