6#define _GLIBCXX_USE_CXX11_ABI 0
16 struct CarlaDepthCameraPublisherImpl;
17 struct CarlaCameraInfoPublisherImpl;
29 void InitInfoData(uint32_t x_offset, uint32_t y_offset, uint32_t height, uint32_t width,
float fov,
bool do_rectify);
33 void SetImageData(int32_t seconds, uint32_t nanoseconds,
size_t height,
size_t width,
const uint8_t* data);
35 const char*
type()
const override {
return "depth camera"; }
43 void SetInfoRegionOfInterest( uint32_t x_offset, uint32_t y_offset, uint32_t height, uint32_t width,
bool do_rectify);
44 void SetData(int32_t seconds, uint32_t nanoseconds,
size_t height,
size_t width, std::vector<uint8_t>&& data);
47 std::shared_ptr<CarlaDepthCameraPublisherImpl>
_impl;
48 std::shared_ptr<CarlaCameraInfoPublisherImpl>
_impl_info;
~CarlaDepthCameraPublisher()
CarlaDepthCameraPublisher & operator=(const CarlaDepthCameraPublisher &)
void SetInfoRegionOfInterest(uint32_t x_offset, uint32_t y_offset, uint32_t height, uint32_t width, bool do_rectify)
const char * type() const override
CarlaDepthCameraPublisher(const char *ros_name="", const char *parent="")
void SetImageData(int32_t seconds, uint32_t nanoseconds, size_t height, size_t width, const uint8_t *data)
void SetData(int32_t seconds, uint32_t nanoseconds, size_t height, size_t width, std::vector< uint8_t > &&data)
std::shared_ptr< CarlaDepthCameraPublisherImpl > _impl
void InitInfoData(uint32_t x_offset, uint32_t y_offset, uint32_t height, uint32_t width, float fov, bool do_rectify)
std::shared_ptr< CarlaCameraInfoPublisherImpl > _impl_info
bool HasBeenInitialized() const
void SetCameraInfoData(int32_t seconds, uint32_t nanoseconds)
const std::string & parent() const
This file contains definitions of common data structures used in traffic manager.