Helper class to store sensor data. More...
#include <ModelCreator.hh>

Public Attributes | |
| bool | alwaysOn |
| True to set sensor to be always on. More... | |
| std::string | name |
| Name of sensor. More... | |
| math::Vector3 | pose |
| Pose of sensor. More... | |
| std::string | topicName |
| Sensor topic name. More... | |
| std::string | type |
| Type of sensor. More... | |
| bool | visualize |
| True to visualize sensor. More... | |
Helper class to store sensor data.
| bool gazebo::gui::SensorData::alwaysOn |
True to set sensor to be always on.
| std::string gazebo::gui::SensorData::name |
Name of sensor.
| math::Vector3 gazebo::gui::SensorData::pose |
Pose of sensor.
| std::string gazebo::gui::SensorData::topicName |
Sensor topic name.
| std::string gazebo::gui::SensorData::type |
Type of sensor.
| bool gazebo::gui::SensorData::visualize |
True to visualize sensor.