1234567891011121314151617181920212223242526 |
- # Copyright (c) Contributors to the Open 3D Engine Project.
- # For complete copyright and license terms please see the LICENSE at the root of this distribution.
- #
- # SPDX-License-Identifier: Apache-2.0 OR MIT
- set(FILES
- Source/ROS2ModuleInterface.cpp
- Source/ROS2ModuleInterface.h
- ../Assets/Passes/PipelineRenderToTextureROSColor.pass
- ../Assets/Passes/PipelineRenderToTextureROSDepth.pass
- ../Assets/Passes/PipelineROSColor.pass
- ../Assets/Passes/PipelineROSDepth.pass
- ../Assets/Passes/ROSPassTemplates.azasset
- Source/SimulationUtils/FollowingCameraConfiguration.cpp
- Source/SimulationUtils/FollowingCameraConfiguration.h
- Source/SimulationUtils/FollowingCameraComponent.cpp
- Source/SimulationUtils/FollowingCameraComponent.h
- Source/Spawner/ROS2SpawnerComponent.cpp
- Source/Spawner/ROS2SpawnerComponent.h
- Source/Spawner/ROS2SpawnPointComponent.cpp
- Source/Spawner/ROS2SpawnPointComponent.h
- Source/Spawner/ROS2SpawnerComponentController.cpp
- Source/Spawner/ROS2SpawnerComponentController.h
- Source/Spawner/ROS2SpawnPointComponentController.cpp
- Source/Spawner/ROS2SpawnPointComponentController.h
- )
|