diff --git a/src/iiwa_bringup/launch/supported/gazebo.launch.py b/src/iiwa_bringup/launch/supported/gazebo.launch.py index 5c4c321..8efe5a3 100644 --- a/src/iiwa_bringup/launch/supported/gazebo.launch.py +++ b/src/iiwa_bringup/launch/supported/gazebo.launch.py @@ -27,7 +27,7 @@ def _spawn_setup(context, *args, **kwargs): ) ), launch_arguments={ - "gz_args": f"-r {world}", + "gz_args": f"-r {world} --render-engine ogre", "on_exit_shutdown": "true", }.items(), )