|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
#include <register_servo_behaviors.hpp>


Public Member Functions | |
| void | registerBehaviors (BT::BehaviorTreeFactory &factory, const std::shared_ptr< BehaviorContext > &shared_resources) override |
| This function is called within the constructor of moveit_studio::behavior_server::BehaviorServerNode to register a set of Behaviors with the BehaviorServer's BT::BehaviorTreeFactory. | |
Public Member Functions inherited from moveit_studio::behaviors::SharedResourcesNodeLoaderBase | |
| virtual | ~SharedResourcesNodeLoaderBase ()=default |
|
overridevirtual |
This function is called within the constructor of moveit_studio::behavior_server::BehaviorServerNode to register a set of Behaviors with the BehaviorServer's BT::BehaviorTreeFactory.
| factory | The BehaviorServer's BT::BehaviorTreeFactory |
| shared_resources | The BehaviorServerNode's BehaviorContext. |
Implements moveit_studio::behaviors::SharedResourcesNodeLoaderBase.