123456789101112131415161718192021222324252627282930 |
- #
- # 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
- Include/ROS2Sensors/ROS2SensorsTypeIds.h
- Include/ROS2Sensors/Sensor/SensorConfiguration.h
- Include/ROS2Sensors/Sensor/SensorConfigurationRequestBus.h
- Include/ROS2Sensors/Sensor/ROS2SensorComponentBase.h
- Include/ROS2Sensors/Camera/CameraPostProcessingRequestBus.h
- Include/ROS2Sensors/Camera/CameraSensorConfiguration.h
- Include/ROS2Sensors/GNSS/GNSSPostProcessingRequestBus.h
- Include/ROS2Sensors/Imu/ImuConfigurationRequestBus.h
- Include/ROS2Sensors/Imu/ImuSensorConfiguration.h
- Include/ROS2Sensors/Lidar/ClassSegmentationBus.h
- Include/ROS2Sensors/Lidar/LidarConfigurationRequestBus.h
- Include/ROS2Sensors/Lidar/LidarSensorConfiguration.h
- Include/ROS2Sensors/Lidar/LidarRaycasterBus.h
- Include/ROS2Sensors/Lidar/LidarRegistrarBus.h
- Include/ROS2Sensors/Lidar/LidarSystemBus.h
- Include/ROS2Sensors/Lidar/LidarTemplate.h
- Include/ROS2Sensors/Lidar/LidarTemplateUtils.h
- Include/ROS2Sensors/Odometry/ROS2OdometryCovariance.h
- Include/ROS2Sensors/Odometry/WheelOdometrySensorConfiguration.h
- Include/ROS2Sensors/Odometry/WheelOdometryConfigurationRequestBus.h
- )
|