pxmlw6n2f/Gazebo_Distributed_TCP/gazebo/msgs/cylindergeom.proto

15 lines
234 B
Protocol Buffer
Raw Normal View History

2019-03-28 10:57:49 +08:00
syntax = "proto2";
package gazebo.msgs;
/// \ingroup gazebo_msgs
/// \interface CylinderGeom
/// \brief Information about a cylinder geometry
message CylinderGeom
{
required double radius = 1;
required double length = 2;
}