|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Appends one hand-eye calibration sample to a samples vector on the blackboard. More...
#include <record_calibration_sample.hpp>


Public Member Functions | |
| RecordCalibrationSample (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources) | |
| Constructor for the RecordCalibrationSample Behavior. | |
| BT::NodeStatus | tick () override |
Public Member Functions inherited from moveit_pro::behaviors::SharedResourcesNode< BT::SyncActionNode > | |
| SharedResourcesNode (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &behavior_context) | |
| Constructor for SharedResourcesNode. Called by BT::BehaviorTreeFactory when creating a new behavior tree containing this node. | |
| const std::shared_ptr< BehaviorContext > & | getBehaviorContext () const |
Static Public Member Functions | |
| static BT::PortsList | providedPorts () |
| static BT::KeyValueVector | metadata () |
Appends one hand-eye calibration sample to a samples vector on the blackboard.
| Data Port Name | Port Type | Object Type |
|---|---|---|
| end_effector_pose | input | geometry_msgs::msg::PoseStamped |
| end_effector_frame | input | std::string |
| camera_name | input | std::string |
| detections | input | std::vector<moveit_pro::hand_eye_calibration::CornerObservation> |
| samples | bidirectional | std::vector<moveit_pro::hand_eye_calibration::CalibrationSample> |
| moveit_pro::behaviors::RecordCalibrationSample::RecordCalibrationSample | ( | const std::string & | name, |
| const BT::NodeConfiguration & | config, | ||
| const std::shared_ptr< BehaviorContext > & | shared_resources | ||
| ) |
Constructor for the RecordCalibrationSample Behavior.
| name | See SharedResourcesNode |
| config | See SharedResourcesNode |
| shared_resources | See SharedResourcesNode |
|
static |
|
static |
|
override |