Expected behavior: Reset the world models to its starting position state
Actual behavior: The world models doesn't reset to its starting position
Steps to reproduce
I'm try to run the service by using ros_gz_bridge but the behavior is the same also without it.
First terminal: ign gazebo arena3.sdf -v 4
Second terminal: ros2 run ros_gz_bridge parameter_bridge /world/arena/control@ros_gz_interfaces/srv/ControlWorld@ignition.msgs.WorldControl@ignition.msgs.Boolean
Third terminal: ros2 service call /world/arena/control ros_gz_interfaces/srv/ControlWorld "{world_control: {reset: {model_only: true}}}"
Output
[Wrn] [SimulationRunner.cc:1131] Model only reset is not supported.
Environment
Description
Steps to reproduce
I'm try to run the service by using ros_gz_bridge but the behavior is the same also without it.
ign gazebo arena3.sdf -v 4
ros2 run ros_gz_bridge parameter_bridge /world/arena/control@ros_gz_interfaces/srv/ControlWorld@ignition.msgs.WorldControl@ignition.msgs.Boolean
ros2 service call /world/arena/control ros_gz_interfaces/srv/ControlWorld "{world_control: {reset: {model_only: true}}}"
Output
[Wrn] [SimulationRunner.cc:1131] Model only reset is not supported.