由激光雷达产生的测量结果。包括一系列3D点以及一些关于激光雷达的额外元信息。 更多...
#include <SemanticLidarMeasurement.h>
类 carla::sensor::data::SemanticLidarMeasurement 继承关系图:
carla::sensor::data::SemanticLidarMeasurement 的协作图:Protected 类型 | |
| using | Serializer = s11n::SemanticLidarSerializer |
Protected 成员函数 | |
| SemanticLidarMeasurement (RawData &&data) | |
Protected 成员函数 继承自 carla::sensor::data::Array< data::SemanticLidarDetection > | |
| Array (RawData &&data, FuncT get_offset) | |
| Array (size_t offset, RawData &&data) | |
| const RawData & | GetRawData () const |
Protected 成员函数 继承自 carla::sensor::SensorData | |
| 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::SemanticLidarDetection > |
Private 成员函数 | |
| auto | GetHeader () const |
额外继承的成员函数 | |
Public 类型 继承自 carla::sensor::data::Array< data::SemanticLidarDetection > | |
| using | const_iterator = typename std::add_const< value_type >::type * |
| using | const_pointer = typename std::add_const< value_type >::type * |
| using | const_reference = typename std::add_const< value_type >::type & |
| using | const_reverse_iterator = std::reverse_iterator< const_iterator > |
| using | iterator = value_type * |
| using | pointer = value_type * |
| using | reference = value_type & |
| using | reverse_iterator = std::reverse_iterator< iterator > |
| using | size_type = size_t |
| using | value_type = data::SemanticLidarDetection |
由激光雷达产生的测量结果。包括一系列3D点以及一些关于激光雷达的额外元信息。
在文件 SemanticLidarMeasurement.h 第 19 行定义.
|
protected |
在文件 SemanticLidarMeasurement.h 第 24 行定义.
|
private |
在文件 SemanticLidarMeasurement.h 第 21 行定义.
|
inlineexplicitprotected |
在文件 SemanticLidarMeasurement.h 第 28 行定义.
引用了 carla::sensor::s11n::SemanticLidarSerializer::GetHeaderOffset().
函数调用图:
|
inline |
|
inlineprivate |
在文件 SemanticLidarMeasurement.h 第 35 行定义.
引用了 carla::sensor::s11n::SemanticLidarSerializer::DeserializeHeader() , 以及 carla::sensor::data::Array< data::SemanticLidarDetection >::GetRawData().
被这些函数引用 GetChannelCount(), GetHorizontalAngle() , 以及 GetPointCount().
函数调用图:
这是这个函数的调用关系图:
|
inline |
|
inline |
获取由特定通道生成的点的数量。点是按通道排序的,因此这个方法可以用来识别生成每个点的通道。
在文件 SemanticLidarMeasurement.h 第 53 行定义.
引用了 GetHeader().
函数调用图:
|
protected |
在文件 SemanticLidarMeasurement.h 第 26 行定义.