14 lines
217 B
Protocol Buffer
14 lines
217 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
package gazebo.msgs;
|
||
|
|
||
|
/// \ingroup gazebo_msgs
|
||
|
/// \interface ContactSensor
|
||
|
/// \brief Information about a contact sensor element
|
||
|
|
||
|
|
||
|
message ContactSensor
|
||
|
{
|
||
|
optional string collision_name = 1;
|
||
|
}
|
||
|
|