CARLA
 
载入中...
搜索中...
未找到
ActorVariant.cpp
浏览该文件的文档.
1// Copyright (c) 2017 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
8
11
12namespace carla {
13namespace client {
14namespace detail {
15
18 episode,
19 boost::variant2::get<rpc::Actor>(std::move(_value)),
21 }
22
23} // namespace detail
24} // namespace client
25} // namespace carla
static SharedPtr< Actor > MakeActor(EpisodeProxy episode, rpc::Actor actor_description, GarbageCollectionPolicy garbage_collection_policy)
Create an Actor based on the provided actor_description.
void MakeActor(EpisodeProxy episode) const
boost::variant2::variant< rpc::Actor, SharedPtr< client::Actor > > _value
This file contains definitions of common data structures used in traffic manager.
Definition Carla.cpp:133