6 #define _GLIBCXX_USE_CXX11_ABI 0 16 struct CarlaLidarPublisherImpl;
29 void SetData(int32_t seconds, uint32_t nanoseconds,
size_t height,
size_t width,
float* data);
30 const char*
type()
const override {
return "lidar"; }
33 void SetData(int32_t seconds, uint32_t nanoseconds,
size_t height,
size_t width, std::vector<uint8_t>&& data);
36 std::shared_ptr<CarlaLidarPublisherImpl>
_impl;
std::shared_ptr< CarlaLidarPublisherImpl > _impl
This file contains definitions of common data structures used in traffic manager. ...
CarlaLidarPublisher(const char *ros_name="", const char *parent="")
CarlaLidarPublisher & operator=(const CarlaLidarPublisher &)
void SetData(int32_t seconds, uint32_t nanoseconds, size_t height, size_t width, float *data)
const std::string & parent() const
const char * type() const override