MoveIt Pro Behavior
Core Behaviors for MoveIt Pro
|
#include <register_vision_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. More... | |
|
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.