All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Attributes | List of all members
gazebo::gui::PartData Class Reference

Helper class to store part data. More...

#include <ModelCreator.hh>

Inheritance diagram for gazebo::gui::PartData:
Inheritance graph
[legend]
Collaboration diagram for gazebo::gui::PartData:
Collaboration graph
[legend]

Public Attributes

std::vector
< physics::CollisionPtr
collisions
 Name of part. More...
 
bool gravity
 True to enable gravity on part. More...
 
physics::Inertialinertial
 Name of part. More...
 
bool kinematic
 True to make part kinematic. More...
 
std::string name
 Name of part. More...
 
math::Pose pose
 Pose of part. More...
 
bool selfCollide
 True to allow self collision. More...
 
SensorDatasensorData
 Sensor data. More...
 
std::vector< rendering::VisualPtrvisuals
 Visuals of the part. More...
 

Detailed Description

Helper class to store part data.

Member Data Documentation

std::vector<physics::CollisionPtr> gazebo::gui::PartData::collisions

Name of part.

bool gazebo::gui::PartData::gravity

True to enable gravity on part.

physics::Inertial* gazebo::gui::PartData::inertial

Name of part.

bool gazebo::gui::PartData::kinematic

True to make part kinematic.

std::string gazebo::gui::PartData::name

Name of part.

math::Pose gazebo::gui::PartData::pose

Pose of part.

bool gazebo::gui::PartData::selfCollide

True to allow self collision.

SensorData* gazebo::gui::PartData::sensorData

Sensor data.

std::vector<rendering::VisualPtr> gazebo::gui::PartData::visuals

Visuals of the part.


The documentation for this class was generated from the following file: