ros2sensors_api_files.cmake 1.3 KB

123456789101112131415161718192021222324252627282930
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(FILES
  9. Include/ROS2Sensors/ROS2SensorsTypeIds.h
  10. Include/ROS2Sensors/Sensor/SensorConfiguration.h
  11. Include/ROS2Sensors/Sensor/SensorConfigurationRequestBus.h
  12. Include/ROS2Sensors/Sensor/ROS2SensorComponentBase.h
  13. Include/ROS2Sensors/Camera/CameraPostProcessingRequestBus.h
  14. Include/ROS2Sensors/Camera/CameraSensorConfiguration.h
  15. Include/ROS2Sensors/GNSS/GNSSPostProcessingRequestBus.h
  16. Include/ROS2Sensors/Imu/ImuConfigurationRequestBus.h
  17. Include/ROS2Sensors/Imu/ImuSensorConfiguration.h
  18. Include/ROS2Sensors/Lidar/ClassSegmentationBus.h
  19. Include/ROS2Sensors/Lidar/LidarConfigurationRequestBus.h
  20. Include/ROS2Sensors/Lidar/LidarSensorConfiguration.h
  21. Include/ROS2Sensors/Lidar/LidarRaycasterBus.h
  22. Include/ROS2Sensors/Lidar/LidarRegistrarBus.h
  23. Include/ROS2Sensors/Lidar/LidarSystemBus.h
  24. Include/ROS2Sensors/Lidar/LidarTemplate.h
  25. Include/ROS2Sensors/Lidar/LidarTemplateUtils.h
  26. Include/ROS2Sensors/Odometry/ROS2OdometryCovariance.h
  27. Include/ROS2Sensors/Odometry/WheelOdometrySensorConfiguration.h
  28. Include/ROS2Sensors/Odometry/WheelOdometryConfigurationRequestBus.h
  29. )