MoveIt Pro Behavior
Core Behaviors for MoveIt Pro
|
Check if the robot's current state satisfies a visibility kinematic constraint relative to an object. More...
#include <is_constraint_satisfied.hpp>
Public Member Functions | |
IsConstraintSatisfied (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources) | |
Constructor for the IsConstraintSatisfied behavior. | |
BT::NodeStatus | onStart () override |
Starts the process that evaluates the constraint. | |
BT::NodeStatus | onRunning () override |
Check if the async process has finished, and if so get its result. | |
void | onHalted () override |
Wait for the process_status_ future to be set to make sure the async process has finished when the Behavior halts. | |
Public Member Functions inherited from moveit_studio::behaviors::SharedResourcesNode< BT::StatefulActionNode > | |
SharedResourcesNode (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources) | |
Constructor for SharedResourcesNode. Called by BT::BehaviorTreeFactory when creating a new behavior tree containing this node. | |
Static Public Member Functions | |
static BT::PortsList | providedPorts () |
Returns list of ports for this behavior. | |
static BT::KeyValueVector | metadata () |
Additional Inherited Members | |
Protected Attributes inherited from moveit_studio::behaviors::SharedResourcesNode< BT::StatefulActionNode > | |
std::shared_ptr< BehaviorContext > | shared_resources_ |
Check if the robot's current state satisfies a visibility kinematic constraint relative to an object.
|
explicit |
Constructor for the IsConstraintSatisfied behavior.
name | See SharedResourcesNode |
config | See SharedResourcesNode |
shared_resources | See SharedResourcesNode |
|
static |
|
override |
Wait for the process_status_ future to be set to make sure the async process has finished when the Behavior halts.
|
override |
Check if the async process has finished, and if so get its result.
|
override |
Starts the process that evaluates the constraint.
|
static |
Returns list of ports for this behavior.