gz/sensors/RgbdCameraSensor.hh
Go to the documentation of this file.
RGBD camera sensor class.
Definition: gz/sensors/RgbdCameraSensor.hh:53
virtual void SetScene(gz::rendering::ScenePtr _scene) override
Set the rendering scene.
bool HasColorConnections() const
Check if there are color subscribers.
bool HasDepthConnections() const
Check if there are depth subscribers.
virtual bool Load(sdf::ElementPtr _sdf) override
Load the sensor with SDF parameters.
virtual bool Load(const sdf::Sensor &_sdf) override
Load the sensor based on data from an sdf::Sensor object.
virtual unsigned int ImageHeight() const override
Get image height.
virtual bool Update(const std::chrono::steady_clock::duration &_now) override
Force the sensor to generate data.
virtual bool Init() override
Initialize values in the sensor.
bool HasConnections() const
Check if there are any subscribers.
bool HasPointConnections() const
Check if there are point cloud subscribers.
virtual unsigned int ImageWidth() const override
Get image width.
Definition: gz/sensors/AirPressureSensor.hh:32