// Copyright (c) 2019 Computer Vision Center (CVC) at the Universitat Autonoma // de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . #pragma once #include "carla/geom/Vector2D.h" namespace carla { namespace rpc { using Vector2D = geom::Vector2D; } // namespace rpc } // namespace carla