Browse Source

The `ROS2CameraSensorComponent` was reflected twice (#851)

That caused double-free UB on destruction Gem's interface.

Signed-off-by: Michał Pełka <[email protected]>
Michał Pełka 4 months ago
parent
commit
bbadd6059c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Gems/ROS2/Code/Source/ROS2ModuleInterface.h

+ 0 - 1
Gems/ROS2/Code/Source/ROS2ModuleInterface.h

@@ -74,7 +74,6 @@ namespace ROS2
                     ROS2WheelOdometryComponent::CreateDescriptor(),
                     ROS2FrameComponent::CreateDescriptor(),
                     ROS2RobotControlComponent::CreateDescriptor(),
-                    ROS2CameraSensorComponent::CreateDescriptor(),
                     ROS2ImageEncodingConversionComponent::CreateDescriptor(),
                     AckermannControlComponent::CreateDescriptor(),
                     RigidBodyTwistControlComponent::CreateDescriptor(),