CARLA
 
载入中...
搜索中...
未找到
LibCarla/source/carla/rpc/WalkerBoneControlOut.h
浏览该文件的文档.
1// Copyright (c) 2019 Computer Vision Center (CVC) at the Universitat Autonoma
2// de Barcelona (UAB).
3//
4// This work is licensed under the terms of the MIT license.
5// For a copy, see <https://opensource.org/licenses/MIT>.
6
7#pragma once
8
9#include "carla/MsgPack.h"
11#include "carla/rpc/String.h"
12#include "carla/rpc/Transform.h"
13
14#ifdef LIBCARLA_INCLUDED_FROM_UE4
18#endif // LIBCARLA_INCLUDED_FROM_UE4
19
20#include <vector>
21
22namespace carla {
23namespace rpc {
24
26 public:
27
29
31 std::vector<rpc::BoneTransformDataOut> bone_transforms)
33
34 std::vector<rpc::BoneTransformDataOut> bone_transforms;
35
37 };
38
39} // namespace rpc
40} // namespace carla
MSGPACK_DEFINE_ARRAY(bone_transforms)
WalkerBoneControlOut(std::vector< rpc::BoneTransformDataOut > bone_transforms)
std::vector< rpc::BoneTransformDataOut > bone_transforms
This file contains definitions of common data structures used in traffic manager.
Definition Carla.cpp:133