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