gazebo/SetLinkState Service

File: gazebo/SetLinkState.srv

gazebo/LinkState link_state
---
bool success                # return true if set wrench successful
string status_message       # comments if available

Expanded Definition

gazebo/LinkState link_state
    string link_name
    geometry_msgs/Pose pose
        geometry_msgs/Point position
            float64 x
            float64 y
            float64 z
        geometry_msgs/Quaternion orientation
            float64 x
            float64 y
            float64 z
            float64 w
    geometry_msgs/Twist twist
        geometry_msgs/Vector3 linear
            float64 x
            float64 y
            float64 z
        geometry_msgs/Vector3 angular
            float64 x
            float64 y
            float64 z
    string reference_frame

bool success
string status_message