GetClosestObjectToPose Class
Given a collection of GraspableObjects, find the one that's closest to the provided pose. More...
Declaration
Included Headers
Base class
| class | SharedResourcesNode<BehaviorTreeNodeT> |
|
The SharedResourcesNode class provides a BehaviorContext object when constructing a BehaviorTree.Cpp node. More... | |
Public Constructors Index
| GetClosestObjectToPose (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources) | |
|
Construct a new GetClosestObjectToPose behavior. More... | |
Public Member Functions Index
| BT::NodeStatus | tick () override |
|
Contains the logic to evaluate object distance. More... | |
Public Static Functions Index
| static BT::PortsList | providedPorts () |
|
Returns list of ports for this behavior. More... | |
| static BT::KeyValueVector | metadata () |
Description
Given a collection of GraspableObjects, find the one that's closest to the provided pose.
Definition at line 44 of file get_closest_object_to_pose.hpp.
Public Constructors
GetClosestObjectToPose()
| explicit |
Construct a new GetClosestObjectToPose behavior.
- Parameters
-
name config shared_resources
Declaration at line 54 of file get_closest_object_to_pose.hpp, definition at line 115 of file get_closest_object_to_pose.cpp.
Public Member Functions
tick()
|
Contains the logic to evaluate object distance.
- Returns
BT::NodeStatus Returns success if the call was successful.
Declaration at line 69 of file get_closest_object_to_pose.hpp, definition at line 139 of file get_closest_object_to_pose.cpp.
Public Static Functions
metadata()
| static |
Declaration at line 63 of file get_closest_object_to_pose.hpp, definition at line 133 of file get_closest_object_to_pose.cpp.
providedPorts()
| static |
Returns list of ports for this behavior.
- Returns
BT::PortsList
Declaration at line 61 of file get_closest_object_to_pose.hpp, definition at line 121 of file get_closest_object_to_pose.cpp.
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus 2.2.2 by Doxygen 1.9.8.