pxmlw6n2f/Gazebo_Distributed_TCP/gazebo/msgs/polylinegeom.proto

15 lines
250 B
Protocol Buffer

syntax = "proto2";
package gazebo.msgs;
/// \ingroup gazebo_msgs
/// \interface Polyline
/// \brief Information about Polyline geometry
import "vector2d.proto";
message Polyline
{
required double height = 1;
repeated Vector2d point = 2;
}