AutoAPMS
Resilient Robot Mission Management
Loading...
Searching...
No Matches
TreeFromResourceBuildHandler Class Reference

Standard build handler for building a behavior tree from an installed resource. More...

Inheritance diagram for TreeFromResourceBuildHandler:

Additional Inherited Members

- Public Member Functions inherited from TreeBuildHandler
 TreeBuildHandler (const std::string &name, rclcpp::Node::SharedPtr ros_node_ptr, NodeLoader::SharedPtr tree_node_loader_ptr)
 Constructor allowing to give the build handler a specific name.
 
 TreeBuildHandler (rclcpp::Node::SharedPtr ros_node_ptr, NodeLoader::SharedPtr tree_node_loader_ptr)
 Constructor.
 
rclcpp::Node::SharedPtr getRosNodePtr () const
 Get a shared pointer to the parent rclcpp::Node of this build handler.
 
NodeLoader::SharedPtr getNodeLoaderPtr () const
 Get a shared pointer to the class loader instance used for loading the required behavior tree nodes.
 
- Protected Attributes inherited from TreeBuildHandler
const rclcpp::Logger logger_
 ROS 2 logger initialized with the name of the build handler.
 

Detailed Description

Standard build handler for building a behavior tree from an installed resource.

This build handler accepts a single tree resource identity string as a build request.

See also
core::TreeResource

Definition at line 28 of file from_resource_build_handler.cpp.


The documentation for this class was generated from the following file: