// Copyright (c) 2017 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/Transform.h" namespace carla { namespace rpc { using Rotation = geom::Rotation; using Transform = geom::Transform; } // namespace rpc } // namespace carla