#include <IMUMeasurement.h>
Public 成员函数 | |
geom::Vector3D | GetAccelerometer () const |
float | GetCompass () const |
geom::Vector3D | GetGyroscope () const |
![]() | |
size_t | GetFrame () const |
获取数据生成时的帧计数 | |
const rpc::Transform & | GetSensorTransform () const |
获取数据生成时的传感器变换 | |
double | GetTimestamp () const |
获取数据生成时的仿真时间 | |
virtual | ~SensorData ()=default |
Protected 类型 | |
using | Serializer = s11n::IMUSerializer |
using | Super = SensorData |
Protected 成员函数 | |
IMUMeasurement (const RawData &data) | |
![]() | |
const auto & | GetEpisode () const |
SensorData (const RawData &data) | |
SensorData (size_t frame, double timestamp, const rpc::Transform &sensor_transform) | |
Protected 属性 | |
friend | Serializer |
Private 属性 | |
geom::Vector3D | _accelerometer |
float | _compass |
geom::Vector3D | _gyroscope |
在文件 IMUMeasurement.h 第 21 行定义.
|
protected |
在文件 IMUMeasurement.h 第 27 行定义.
|
protected |
在文件 IMUMeasurement.h 第 24 行定义.
|
inlineexplicitprotected |
在文件 IMUMeasurement.h 第 33 行定义.
|
inline |
在文件 IMUMeasurement.h 第 45 行定义.
引用了 _accelerometer.
|
inline |
在文件 IMUMeasurement.h 第 55 行定义.
引用了 _compass.
|
inline |
在文件 IMUMeasurement.h 第 50 行定义.
引用了 _gyroscope.
|
private |
在文件 IMUMeasurement.h 第 61 行定义.
被这些函数引用 GetAccelerometer().
|
private |
在文件 IMUMeasurement.h 第 65 行定义.
被这些函数引用 GetCompass().
|
private |
在文件 IMUMeasurement.h 第 63 行定义.
被这些函数引用 GetGyroscope().
|
protected |
在文件 IMUMeasurement.h 第 30 行定义.