pxmlw6n2f/Gazebo_Distributed_TCP/gazebo/msgs/model_v.proto

16 lines
219 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 Model_V
/// \brief Information about all entities in a world
import "model.proto";
message Model_V
{
repeated Model models = 2;
}