All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
SensorsIface.hh File Reference
#include <string>
#include <sdf/sdf.hh>
#include "gazebo/sensors/SensorTypes.hh"
Include dependency graph for SensorsIface.hh:

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(1.10)
 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...
 
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...