gazebo/SetPhysicsProperties Service

File: gazebo/SetPhysicsProperties.srv

Raw Message Definition

#This message is deprecated.  Please use the version in gazebo_msgs instead.

# sets pose and twist of a link.  All children link poses/twists of the URDF tree will be updated accordingly
float64 time_step                  # dt in seconds
bool pause                         # pause physics
float64 max_update_rate            # throttle maximum physics update rate
geometry_msgs/Vector3 gravity      # gravity vector (e.g. earth ~[0,0,-9.81])
gazebo/ODEPhysics ode_config  # configurations for ODE
---
bool success                       # return true if set wrench successful
string status_message              # comments if available

Compact Message Definition

float64 time_step
bool pause
float64 max_update_rate
geometry_msgs/Vector3 gravity
gazebo/ODEPhysics ode_config

bool success
string status_message