Move OpenDrive related classes to its own folder

This commit is contained in:
nsubiron 2019-05-21 19:00:38 +02:00
parent f026ead7f2
commit 330ccdc0ab
6 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@
#include <Misc/PackageName.h>
#include "CoreMinimal.h"
#include <Runtime/Engine/Classes/Engine/ObjectLibrary.h>
#include <OpenDriveActor.h>
#include "Carla/OpenDrive/OpenDriveActor.h"
#if WITH_EDITORONLY_DATA
#include <Developer/AssetTools/Public/IAssetTools.h>
#include <Developer/AssetTools/Public/AssetToolsModule.h>

View File

@ -1,11 +1,11 @@
// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma
// 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 <https://opensource.org/licenses/MIT>.
#include "Carla.h"
#include "Carla/Util/OpenDrive.h"
#include "Carla/OpenDrive/OpenDrive.h"
#include "Runtime/Core/Public/HAL/FileManagerGeneric.h"

View File

@ -1,4 +1,4 @@
// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma
// 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.

View File

@ -1,13 +1,13 @@
// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma
// 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 <https://opensource.org/licenses/MIT>.
#include "Carla.h"
#include "Carla/OpenDriveActor.h"
#include "Carla/OpenDrive/OpenDriveActor.h"
#include "Carla/Util/OpenDrive.h"
#include "Carla/OpenDrive/OpenDrive.h"
#include <compiler/disable-ue4-macros.h>
#include <carla/geom/Math.h>

View File

@ -1,4 +1,4 @@
// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma
// 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.

View File

@ -7,8 +7,8 @@
#include "Carla.h"
#include "Carla/Server/CarlaServer.h"
#include "Carla/OpenDrive/OpenDrive.h"
#include "Carla/Util/DebugShapeDrawer.h"
#include "Carla/Util/OpenDrive.h"
#include "Carla/Vehicle/CarlaWheeledVehicle.h"
#include "Carla/Walker/WalkerController.h"