
Go to the source code of this file.
| Namespaces | |
| namespace | gazebo | 
| Forward declarations for the common classes. | |
| namespace | gazebo::sensors | 
| Sensors namespace. | |
| Functions | |
| std::string | gazebo::sensors::create_sensor (sdf::ElementPtr _elem, const std::string &_worldName, const std::string &_parentName) GAZEBO_DEPRECATED(2.0) | 
| Deprecated.  More... | |
| std::string | gazebo::sensors::create_sensor (sdf::ElementPtr _elem, const std::string &_worldName, const std::string &_parentName, uint32_t _parentId) | 
| Create a sensor using SDF.  More... | |
| void | gazebo::sensors::disable () | 
| Disable sensors.  More... | |
| void | gazebo::sensors::enable () | 
| Enable sensors.  More... | |
| bool | gazebo::sensors::fini () | 
| shutdown the sensor generation loop.  More... | |
| SensorPtr | gazebo::sensors::get_sensor (const std::string &_name) | 
| Get a sensor using by name.  More... | |
| bool | gazebo::sensors::init () | 
| initialize the sensor generation loop.  More... | |
| bool | gazebo::sensors::load () | 
| Load the sensor library.  More... | |
| void | gazebo::sensors::remove_sensor (const std::string &_sensorName) | 
| Remove a sensor by name.  More... | |
| bool | gazebo::sensors::remove_sensors () | 
| Remove all sensors.  More... | |
| void | gazebo::sensors::run_once (bool _force=false) | 
| Run the sensor generation one step.  More... | |
| void | gazebo::sensors::run_threads () | 
| Run sensors in a threads. This is a non-blocking call.  More... | |
| void | gazebo::sensors::stop () | 
| Stop the sensor generation loop.  More... | |