ros2_files.cmake 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Copyright (c) Contributors to the Open 3D Engine Project.
  2. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  3. #
  4. # SPDX-License-Identifier: Apache-2.0 OR MIT
  5. set(FILES
  6. ../Assets/Passes/PipelineRenderToTextureROSColor.pass
  7. ../Assets/Passes/PipelineRenderToTextureROSDepth.pass
  8. ../Assets/Passes/PipelineROSColor.pass
  9. ../Assets/Passes/PipelineROSDepth.pass
  10. ../Assets/Passes/ROSPassTemplates.azasset
  11. Source/Clock/ROS2Clock.cpp
  12. Source/Clock/ROS2TimeSource.cpp
  13. Source/Clock/SimulationTimeSource.cpp
  14. Source/Clock/RealTimeSource.cpp
  15. Source/Communication/QoS.cpp
  16. Source/Communication/PublisherConfiguration.cpp
  17. Source/Communication/TopicConfiguration.cpp
  18. Source/Frame/NamespaceConfiguration.cpp
  19. Source/Frame/ROS2FrameComponent.cpp
  20. Source/Frame/ROS2FrameConfiguration.cpp
  21. Source/Frame/ROS2Transform.cpp
  22. Source/ROS2ModuleInterface.h
  23. Source/Sensor/Events/PhysicsBasedSource.cpp
  24. Source/Sensor/Events/TickBasedSource.cpp
  25. Source/SimulationUtils/FollowingCameraConfiguration.cpp
  26. Source/SimulationUtils/FollowingCameraConfiguration.h
  27. Source/SimulationUtils/FollowingCameraComponent.cpp
  28. Source/SimulationUtils/FollowingCameraComponent.h
  29. Source/Spawner/ROS2SpawnerComponent.cpp
  30. Source/Spawner/ROS2SpawnerComponent.h
  31. Source/Spawner/ROS2SpawnPointComponent.cpp
  32. Source/Spawner/ROS2SpawnPointComponent.h
  33. Source/Spawner/ROS2SpawnerComponentController.cpp
  34. Source/Spawner/ROS2SpawnerComponentController.h
  35. Source/Spawner/ROS2SpawnPointComponentController.cpp
  36. Source/Spawner/ROS2SpawnPointComponentController.h
  37. Source/SystemComponents/ROS2SystemComponent.cpp
  38. Source/SystemComponents/ROS2SystemComponent.h
  39. Source/Utilities/ROS2Conversions.cpp
  40. Source/Utilities/ROS2Names.cpp
  41. )