Information about a model. More...
Information about a model.
import "joint.proto";
import "link.proto";
import "pose.proto";
import "visual.proto";
message Model
{
required string name = 1;
optional uint32 id = 2;
optional bool is_static = 3;
optional Pose pose = 4;
repeated Joint joints = 5;
repeated Link link = 6;
optional bool deleted = 7;
repeated Visual visual = 8;
}
///
1.7.5.1