Open 3D Engine ROS2 Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
#include <ControlSubscriptionHandler.h>
Inherits ROS2::IControlSubscriptionHandler.
Public Member Functions | |
void | Activate (const AZ::Entity *entity, const TopicConfiguration &subscriberConfiguration) override final |
void | Deactivate () override final |
Interface handling component deactivation. | |
Protected Member Functions | |
AZ::EntityId | GetEntityId () const |
The generic class for handling subscriptions to ROS2 control messages of different types.
|
inlinefinaloverridevirtual |
Interface handling component activation Only activated IComponentActivationHandler will receive and process control messages.
entity | Activation context for the owning Component - the entity it belongs to. |
subscriberConfiguration | configuration with topic and qos |
Implements ROS2::IControlSubscriptionHandler.