#include <Command.h>
类 carla::rpc::Command::ApplyVehicleAckermannControl 继承关系图:
carla::rpc::Command::ApplyVehicleAckermannControl 的协作图:Public 成员函数 | |
| ApplyVehicleAckermannControl ()=default | |
| ApplyVehicleAckermannControl (ActorId id, const VehicleAckermannControl &value) | |
| MSGPACK_DEFINE_ARRAY (actor, control) | |
Public 成员函数 继承自 carla::rpc::Command::CommandBase< ApplyVehicleAckermannControl > | |
| operator Command () const | |
Public 属性 | |
| ActorId | actor |
| VehicleAckermannControl | control |
|
default |
|
inline |
| VehicleAckermannControl carla::rpc::Command::ApplyVehicleAckermannControl::control |