17 #ifndef _GAZEBO_SENSORS_DEPTHCAMERASENSOR_HH_
18 #define _GAZEBO_SENSORS_DEPTHCAMERASENSOR_HH_
35 class DepthCameraSensorPrivate;
52 public:
virtual void Init();
56 public:
virtual const float *DepthData()
const;
70 protected:
virtual void Load(
const std::string &_worldName);
73 protected:
virtual bool UpdateImpl(
const bool _force);
77 private: std::unique_ptr<DepthCameraSensorPrivate> dataPtr;
Basic camera sensor.
Definition: CameraSensor.hh:42
Definition: DepthCameraSensor.hh:43
#define GAZEBO_DEPRECATED(version)
Definition: CommonTypes.hh:48
boost::shared_ptr< DepthCamera > DepthCameraPtr
Definition: RenderTypes.hh:96
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message.
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:59