17#ifndef _GAZEBO_SENSORSIFACE_HH_
18#define _GAZEBO_SENSORSIFACE_HH_
44 const std::string &_worldName,
const std::string &_parentName,
sensors
Definition SensorManager.hh:35
Forward declarations and typedefs for sensors.
void run_threads()
Run sensors in a threads. This is a non-blocking call.
void remove_sensor(const std::string &_sensorName)
Remove a sensor by name.
GAZEBO_VISIBLE bool running()
Return true if the manager is running.
bool load()
Load the sensor library.
void run_once(bool _force=false)
Run the sensor generation one step.
void enable()
Enable sensors.
SensorPtr get_sensor(const std::string &_name)
Get a sensor using by name.
std::string create_sensor(sdf::ElementPtr _elem, const std::string &_worldName, const std::string &_parentName, uint32_t _parentId)
Create a sensor using SDF.
void stop()
Stop the sensor generation loop.
void disable()
Disable sensors.
bool fini()
shutdown the sensor generation loop.
bool remove_sensors()
Remove all sensors.
bool init()
initialize the sensor generation loop.
std::shared_ptr< Sensor > SensorPtr
Definition SensorTypes.hh:64
Forward declarations for the common classes.
Definition Animation.hh:27
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition system.hh:59