Apollo 10.0
自动驾驶开放平台
|
#include <object_supplement.h>
Public 属性 | |
float | roll_rate = 0 |
float | pitch_rate = 0 |
float | yaw_rate = 0 |
float | velocity = 0 |
float | velocity_x = 0 |
float | velocity_y = 0 |
float | velocity_z = 0 |
double | time_ts = 0 |
double | time_d = 0 |
MotionType | motion = MotionType::Identity() |
在文件 object_supplement.h 第 254 行定义.
MotionType apollo::perception::base::VehicleStatus::motion = MotionType::Identity() |
在文件 object_supplement.h 第 264 行定义.
float apollo::perception::base::VehicleStatus::pitch_rate = 0 |
在文件 object_supplement.h 第 256 行定义.
float apollo::perception::base::VehicleStatus::roll_rate = 0 |
在文件 object_supplement.h 第 255 行定义.
double apollo::perception::base::VehicleStatus::time_d = 0 |
在文件 object_supplement.h 第 263 行定义.
double apollo::perception::base::VehicleStatus::time_ts = 0 |
在文件 object_supplement.h 第 262 行定义.
float apollo::perception::base::VehicleStatus::velocity = 0 |
在文件 object_supplement.h 第 258 行定义.
float apollo::perception::base::VehicleStatus::velocity_x = 0 |
在文件 object_supplement.h 第 259 行定义.
float apollo::perception::base::VehicleStatus::velocity_y = 0 |
在文件 object_supplement.h 第 260 行定义.
float apollo::perception::base::VehicleStatus::velocity_z = 0 |
在文件 object_supplement.h 第 261 行定义.
float apollo::perception::base::VehicleStatus::yaw_rate = 0 |
在文件 object_supplement.h 第 257 行定义.