- gazebo
- sensors
- DepthCameraSensor
Basic camera sensor This sensor is used for simulating standard monocular cameras. More...
#include <DepthCameraSensor.hh>

Public Member Functions | |
| DepthCameraSensor () | |
| Constructor. | |
| virtual | ~DepthCameraSensor () |
| Destructor. | |
| virtual void | SetParent (const std::string &_name) |
| Set the parent of the sensor. | |
| virtual void | SetActive (bool value) |
| Set whether the sensor is active or not. | |
| rendering::DepthCameraPtr | GetDepthCamera () const |
Protected Member Functions | |
| virtual void | Load (sdf::ElementPtr &_sdf) |
| Load the camera using parameter from an SDF element. | |
| virtual void | Load () |
| Load the camera using default parameters. | |
| virtual void | Init () |
| Initialize the camera. | |
| virtual void | UpdateImpl (bool _force) |
| Update the sensor information. | |
| virtual void | Fini () |
| Finalize the camera. | |
Basic camera sensor This sensor is used for simulating standard monocular cameras.
| virtual void Load | ( | sdf::ElementPtr & | _sdf | ) | [protected, virtual] |
Load the camera using parameter from an SDF element.
| _sdf | The SDF parameters |
Reimplemented from Sensor.
1.7.5.1