15 lines
209 B
Protocol Buffer
15 lines
209 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
package gazebo.msgs;
|
||
|
|
||
|
/// \ingroup gazebo_msgs
|
||
|
/// \interface Publishers
|
||
|
/// \brief A list of publishers
|
||
|
|
||
|
|
||
|
import "publish.proto";
|
||
|
|
||
|
message Publishers
|
||
|
{
|
||
|
repeated Publish publisher = 1;
|
||
|
}
|