12 lines
190 B
Protocol Buffer
12 lines
190 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
package gazebo.msgs;
|
||
|
|
||
|
/// \ingroup gazebo_msgs
|
||
|
/// \interface CameraCmd
|
||
|
/// \brief Message for camera command
|
||
|
|
||
|
message CameraCmd
|
||
|
{
|
||
|
optional string follow_model = 1;
|
||
|
}
|