Helper class to store and serialize the data generated by a Lidar. 更多...
#include <LidarData.h>
Public 成员函数 | |
LidarDetection () | |
LidarDetection (float x, float y, float z, float intensity) | |
LidarDetection (geom::Location p, float intensity) | |
void | WriteDetection (std::ostream &out) const |
void | WritePlyHeaderInfo (std::ostream &out) const |
Public 属性 | |
float | intensity |
geom::Location | point |
Helper class to store and serialize the data generated by a Lidar.
The header of a Lidar measurement consists of an array of uint32_t's in the following layout
{ Horizontal angle (float), Channel count, Point count of channel 0, ... Point count of channel n, }
The points are stored in an array of floats
{ X0, Y0, Z0, I0 ... Xn, Yn, Zn, In }
在文件 LidarData.h 第 52 行定义.
|
inline |
在文件 LidarData.h 第 57 行定义.
|
inline |
在文件 LidarData.h 第 59 行定义.
|
inline |
在文件 LidarData.h 第 61 行定义.
|
inline |
在文件 LidarData.h 第 71 行定义.
引用了 intensity, point, carla::geom::Vector3D::x, carla::geom::Vector3D::y , 以及 carla::geom::Vector3D::z.
|
inline |
在文件 LidarData.h 第 64 行定义.
float carla::sensor::data::LidarDetection::intensity |
geom::Location carla::sensor::data::LidarDetection::point |