#include <sensors/sensors.hh>
|
virtual void | Fini () |
| Finalize the camera.
|
|
virtual void | Init () |
| Initialize the camera.
|
|
virtual void | Load (const std::string &_worldName, sdf::ElementPtr &_sdf) |
| Load the sensor with SDF parameters.
|
|
virtual void | Load (const std::string &_worldName) |
| Load the sensor with default parameters.
|
|
virtual void | UpdateImpl (bool _force) |
| Update the sensor information.
|
|
gazebo::sensors::DepthCameraSensor::DepthCameraSensor |
( |
| ) |
|
virtual gazebo::sensors::DepthCameraSensor::~DepthCameraSensor |
( |
| ) |
|
|
virtual |
virtual void gazebo::sensors::DepthCameraSensor::Fini |
( |
| ) |
|
|
protectedvirtual |
virtual void gazebo::sensors::DepthCameraSensor::Init |
( |
| ) |
|
|
protectedvirtual |
virtual void gazebo::sensors::DepthCameraSensor::Load |
( |
const std::string & |
_worldName, |
|
|
sdf::ElementPtr & |
_sdf |
|
) |
| |
|
protectedvirtual |
Load the sensor with SDF parameters.
- Parameters
-
[in] | _sdf | SDF Sensor parameters |
[in] | _worldName | Name of world to load from |
virtual void gazebo::sensors::DepthCameraSensor::Load |
( |
const std::string & |
_worldName | ) |
|
|
protectedvirtual |
Load the sensor with default parameters.
- Parameters
-
[in] | _worldName | Name of world to load from |
Reimplemented from gazebo::sensors::Sensor.
bool gazebo::sensors::DepthCameraSensor::SaveFrame |
( |
const std::string & |
_filename | ) |
|
Saves an image frame of depth camera sensor to file.
- Parameters
-
[in] | Name | of file to save as |
- Returns
- True if saved, false if not
virtual void gazebo::sensors::DepthCameraSensor::SetActive |
( |
bool |
_value | ) |
|
|
virtual |
Set whether the sensor is active or not.
- Parameters
-
[in] | _value | True if active, false if not |
Reimplemented from gazebo::sensors::Sensor.
virtual void gazebo::sensors::DepthCameraSensor::SetParent |
( |
const std::string & |
_name | ) |
|
|
virtual |
virtual void gazebo::sensors::DepthCameraSensor::UpdateImpl |
( |
bool |
_force | ) |
|
|
protectedvirtual |
Update the sensor information.
- Parameters
-
[in] | _force | True if update is forced, false if not |
Reimplemented from gazebo::sensors::Sensor.
The documentation for this class was generated from the following file: