RobotecAI / robotec-o3de-tools

Toolset for demo recordings in O3DE
2 stars 1 forks source link

Problems in PublisherRequestBus and SubscriberNotificationsBus reflection #19

Open jhanca-robotecai opened 1 month ago

jhanca-robotecai commented 1 month ago

There are some problems in PublisherRequestBus and SubscriberNotificationsBus reflection, tested with o3de 2310.3:

==================================================================
BehaviorContext: Trace::Error
 /home/jhanca/devroot/o3de_agri/o3de/Code/Framework/AzCore/./AzCore/RTTI/BehaviorEBusBuilder.inl(496): 'EBusBuilder<T> AZ::BehaviorContext::EBus(const char *, const char *, const char *) [T = AZ::EBus<ROS2ScriptIntegration::PublisherRequests>]'
BehaviorContext: You shouldn't reflect an EBus multiple times (PublisherRequestBus), subsequent reflections will not be registered!
BehaviorContext: ==================================================================
BehaviorContext: 
==================================================================
BehaviorContext: Trace::Error
 /home/jhanca/devroot/o3de_agri/o3de/Code/Framework/AzCore/./AzCore/RTTI/BehaviorEBusBuilder.inl(496): 'EBusBuilder<T> AZ::BehaviorContext::EBus(const char *, const char *, const char *) [T = AZ::EBus<ROS2ScriptIntegration::SubscriberNotifications>]'
BehaviorContext: You shouldn't reflect an EBus multiple times (SubscriberNotificationsBus), subsequent reflections will not be registered!
BehaviorContext: ==================================================================