pxmlw6n2f/Gazebo_Distributed_TCP/gazebo/msgs/camera_cmd.proto

12 lines
190 B
Protocol Buffer
Raw Permalink Normal View History

2019-03-28 10:57:49 +08:00
syntax = "proto2";
package gazebo.msgs;
/// \ingroup gazebo_msgs
/// \interface CameraCmd
/// \brief Message for camera command
message CameraCmd
{
optional string follow_model = 1;
}