gazebo/SetJointProperties Service

File: gazebo/SetJointProperties.srv

Raw Message Definition

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

string joint_name                               # name of joint
gazebo/ODEJointProperties ode_joint_config # access to ODE joint dynamics properties
---
bool success                                    # return true if get successful
string status_message                           # comments if available

Compact Message Definition

string joint_name
gazebo/ODEJointProperties ode_joint_config

bool success
string status_message