Browse Source

Fix #45 reflection for QoS

Signed-off-by: Adam Dąbrowski <[email protected]>
Adam Dąbrowski 3 years ago
parent
commit
60418f5d26
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Gems/ROS2/Code/Source/RobotControl/ROS2RobotControlComponent.cpp

+ 0 - 1
Gems/ROS2/Code/Source/RobotControl/ROS2RobotControlComponent.cpp

@@ -36,7 +36,6 @@ namespace ROS2
 
     void ROS2RobotControlComponent::Reflect(AZ::ReflectContext* context)
     {
-        QoS::Reflect(context);
         if (AZ::SerializeContext* serialize = azrtti_cast<AZ::SerializeContext*>(context))
         {
             serialize->Class<ROS2RobotControlComponent, AZ::Component>()