CARLA
 
载入中...
搜索中...
未找到
LibCarla/source/carla/rpc/EnvironmentObject.h
浏览该文件的文档.
1// Copyright (c) 2020 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"
10
11#include <cstdint>
12
14#include "carla/rpc/Transform.h"
16
17namespace carla {
18namespace rpc {
19
20 // Name is under discussion
24 uint64_t id = 0;
25 std::string name;
27
28#ifdef LIBCARLA_INCLUDED_FROM_UE4
29
36
37#endif // LIBCARLA_INCLUDED_FROM_UE4
38
40 };
41
42} // namespace rpc
43} // namespace carla
44
This file contains definitions of common data structures used in traffic manager.
Definition Carla.cpp:133
EnvironmentObject(const FEnvironmentObject &EnvironmentObject)
MSGPACK_DEFINE_ARRAY(transform, bounding_box, id, name, type)