17 #ifndef _MODEL_DATA_HH_
18 #define _MODEL_DATA_HH_
57 public: std::vector<rendering::VisualPtr>
visuals;
Encapsulates a position and rotation in three space.
Definition: Pose.hh:40
bool selfCollide
True to allow self collision.
Definition: ModelData.hh:45
math::Pose pose
Pose of part.
Definition: ModelData.hh:51
bool kinematic
True to make part kinematic.
Definition: ModelData.hh:48
default namespace for gazebo
std::vector< rendering::VisualPtr > visuals
Visuals of the part.
Definition: ModelData.hh:57
rendering::VisualPtr partVisual
Visual representing this part.
Definition: ModelData.hh:54
std::string name
Name of part.
Definition: ModelData.hh:39
boost::shared_ptr< Visual > VisualPtr
Definition: RenderTypes.hh:102
bool gravity
True to enable gravity on part.
Definition: ModelData.hh:42
Helper class to store part data.
Definition: ModelData.hh:34