Skip to content

Add Simulation Control Services #40

@DavidMansolino

Description

@DavidMansolino

Similarly to Gazebo we should provide services to control the simulation, such as (http://gazebosim.org/tutorials/?tut=ros_comm):

  • /webots/reset_simulation: should reset the simulation but not restart the controllers.
  • /webots/reset_world: should reset only the robot position.
  • /webots/pause_physics: should pause the simulation
  • /webots/unpause_physics: should unpause the simulation
  • /webots/spawn_model: should add an object to the root of the scene (with the possibility to set the translation/orientation (using a geometry_msgs/Pose initial_pose argument)
  • /webots/delete_model: should remove an object from the root of the scene.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions