Measurement produced by a Radar. 更多...
#include <RadarMeasurement.h>
Protected 类型 | |
using | Serializer = s11n::RadarSerializer |
Protected 成员函数 | |
RadarMeasurement (RawData &&data) | |
Protected 成员函数 继承自 carla::sensor::data::Array< data::RadarDetection > | |
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::RadarDetection> |
额外继承的成员函数 | |
Public 类型 继承自 carla::sensor::data::Array< data::RadarDetection > | |
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 Radar.
Consists of an array of RadarDetection. A RadarDetection contains 4 floats: velocity, azimuth, altitude and depth
在文件 RadarMeasurement.h 第 20 行定义.
|
protected |
在文件 RadarMeasurement.h 第 24 行定义.
|
private |
在文件 RadarMeasurement.h 第 21 行定义.
|
inlineexplicitprotected |
在文件 RadarMeasurement.h 第 28 行定义.
|
inline |
在文件 RadarMeasurement.h 第 33 行定义.
引用了 carla::sensor::data::Array< data::RadarDetection >::size().
|
protected |
在文件 RadarMeasurement.h 第 26 行定义.