Measurement produced by a Lidar. 更多...
#include <LidarMeasurement.h>
Protected 类型 | |
using | Serializer = s11n::LidarSerializer |
Protected 成员函数 | |
LidarMeasurement (RawData &&data) | |
![]() | |
Array (RawData &&data, FuncT get_offset) | |
Array (size_t offset, RawData &&data) | |
const RawData & | GetRawData () const |
![]() | |
const auto & | GetEpisode () const |
SensorData (const RawData &data) | |
SensorData (size_t frame, double timestamp, const rpc::Transform &sensor_transform) | |
Protected 属性 | |
friend | Serializer |
Private 类型 | |
using | Super = Array<data::LidarDetection> |
Private 成员函数 | |
auto | GetHeader () const |
额外继承的成员函数 | |
![]() | |
using | const_iterator |
using | const_pointer |
using | const_reference |
using | const_reverse_iterator |
using | iterator |
using | pointer |
using | reference |
using | reverse_iterator |
using | size_type |
using | value_type |
Measurement produced by a Lidar.
Consists of an array of 3D points plus some extra meta-information about the Lidar.
在文件 LidarMeasurement.h 第 24 行定义.
|
protected |
在文件 LidarMeasurement.h 第 32 行定义.
|
private |
在文件 LidarMeasurement.h 第 28 行定义.
|
inlineexplicitprotected |
在文件 LidarMeasurement.h 第 38 行定义.
引用了 carla::sensor::s11n::LidarSerializer::GetHeaderOffset().
|
inline |
|
inlineprivate |
在文件 LidarMeasurement.h 第 47 行定义.
引用了 carla::sensor::s11n::LidarSerializer::DeserializeHeader() , 以及 carla::sensor::data::Array< data::LidarDetection >::GetRawData().
被这些函数引用 GetChannelCount(), GetHorizontalAngle() , 以及 GetPointCount().
|
inline |
Horizontal angle of the Lidar at the time of the measurement.
在文件 LidarMeasurement.h 第 56 行定义.
引用了 GetHeader().
|
inline |
Retrieve the number of points that channel generated.
Points are sorted by channel, so this method allows to identify the channel that generated each point.
在文件 LidarMeasurement.h 第 72 行定义.
引用了 GetHeader().
|
protected |
在文件 LidarMeasurement.h 第 35 行定义.