#include "carla/rpc/ActorId.h"
#include "carla/rpc/VehicleLightState.h"
#include <cstdint>
#include <vector>
命名空间 | |
namespace | carla |
CARLA模拟器的主命名空间。 | |
namespace | carla::rpc |
类型定义 | |
using | carla::rpc::VehicleLightStateList = std::vector< std::pair< ActorId, VehicleLightState::flag_type > > |