#include <VehicleAckermannControl.h>
Public 成员函数 | |
MSGPACK_DEFINE_ARRAY (steer, steer_speed, speed, acceleration, jerk) | |
operator FVehicleAckermannControl () const | |
bool | operator!= (const VehicleAckermannControl &rhs) const |
bool | operator== (const VehicleAckermannControl &rhs) const |
VehicleAckermannControl ()=default | |
VehicleAckermannControl (const FVehicleAckermannControl &Control) | |
VehicleAckermannControl (float in_steer, float in_steer_speed, float in_speed, float in_acceleration, float in_jerk) | |
Public 属性 | |
float | acceleration = 0.0f |
float | jerk = 0.0f |
float | speed = 0.0f |
float | steer = 0.0f |
float | steer_speed = 0.0f |
|
default |
|
inline |
|
inline |
carla::rpc::VehicleAckermannControl::MSGPACK_DEFINE_ARRAY | ( | steer | , |
steer_speed | , | ||
speed | , | ||
acceleration | , | ||
jerk | ) |
|
inline |
|
inline |
在文件 LibCarla/source/carla/rpc/VehicleAckermannControl.h 第 62 行定义.
引用了 acceleration, jerk, speed, steer , 以及 steer_speed.
|
inline |
float carla::rpc::VehicleAckermannControl::acceleration = 0.0f |
在文件 LibCarla/source/carla/rpc/VehicleAckermannControl.h 第 38 行定义.
被这些函数引用 operator FVehicleAckermannControl() , 以及 operator!=().
float carla::rpc::VehicleAckermannControl::jerk = 0.0f |
在文件 LibCarla/source/carla/rpc/VehicleAckermannControl.h 第 39 行定义.
被这些函数引用 operator FVehicleAckermannControl() , 以及 operator!=().
float carla::rpc::VehicleAckermannControl::speed = 0.0f |
在文件 LibCarla/source/carla/rpc/VehicleAckermannControl.h 第 37 行定义.
被这些函数引用 operator FVehicleAckermannControl() , 以及 operator!=().
float carla::rpc::VehicleAckermannControl::steer = 0.0f |
在文件 LibCarla/source/carla/rpc/VehicleAckermannControl.h 第 35 行定义.
被这些函数引用 operator FVehicleAckermannControl() , 以及 operator!=().
float carla::rpc::VehicleAckermannControl::steer_speed = 0.0f |
在文件 LibCarla/source/carla/rpc/VehicleAckermannControl.h 第 36 行定义.
被这些函数引用 operator FVehicleAckermannControl() , 以及 operator!=().