17 #ifndef _GAZEBO_SENSORS_DEPTHCAMERASENSOR_HH_ 18 #define _GAZEBO_SENSORS_DEPTHCAMERASENSOR_HH_ 23 #include "gazebo/msgs/MessageTypes.hh" 35 class DepthCameraSensorPrivate;
54 protected:
virtual void Load(
const std::string &_worldName,
55 sdf::ElementPtr _sdf);
59 protected:
virtual void Load(
const std::string &_worldName);
62 protected:
virtual void Init();
65 protected:
virtual bool UpdateImpl(
const bool _force);
68 protected:
virtual void Fini();
72 public:
virtual void SetActive(
const bool _value);
87 public:
bool SaveFrame(
const std::string &_filename);
90 private:
void Render();
94 private: std::unique_ptr<DepthCameraSensorPrivate> dataPtr;
Forward declarations for the common classes.
Definition: Animation.hh:33
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.
Base class for sensors.
Definition: Sensor.hh:50
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:59