gazebo_plugins/ContactState Message

File: gazebo_plugins/ContactState.msg

string info                                   # text info on this contact
string geom1_name                             # name of contact geom1
string geom2_name                             # name of contact geom2
geometry_msgs/Wrench[] wrenches               # list of forces/torques
geometry_msgs/Vector3[] contact_positions     # list of contact position
geometry_msgs/Vector3[] contact_normals       # list of contact normals
float64[] depths                              # list of penetration depths

Expanded Definition

string info
string geom1_name
string geom2_name
geometry_msgs/Wrench[] wrenches
    geometry_msgs/Vector3 force
        float64 x
        float64 y
        float64 z
    geometry_msgs/Vector3 torque
        float64 x
        float64 y
        float64 z
geometry_msgs/Vector3[] contact_positions
    float64 x
    float64 y
    float64 z
geometry_msgs/Vector3[] contact_normals
    float64 x
    float64 y
    float64 z
float64[] depths