14 lines
197 B
Protocol Buffer
14 lines
197 B
Protocol Buffer
![]() |
syntax = "proto2";
|
||
|
package gazebo.msgs;
|
||
|
|
||
|
/// \ingroup gazebo_msgs
|
||
|
/// \interface SphereGeom
|
||
|
/// \brief Information about a sphere geometry
|
||
|
|
||
|
|
||
|
message SphereGeom
|
||
|
{
|
||
|
required double radius = 1;
|
||
|
}
|
||
|
|