![]() |
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Calibrates the camera optical pose using AprilTag poses of the calibration tool held by the robot end effector. More...
#include <calibrate_camera_pose.hpp>
Public Member Functions | |
CalibrateCameraPose (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< moveit_studio::behaviors::BehaviorContext > &shared_resources) | |
BT::NodeStatus | tick () override |
![]() | |
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 () |
static BT::KeyValueVector | metadata () |
Additional Inherited Members | |
![]() | |
std::shared_ptr< BehaviorContext > | shared_resources_ |
Calibrates the camera optical pose using AprilTag poses of the calibration tool held by the robot end effector.
Data Port Name | Port Type | Object Type |
---|---|---|
detected_poses | input | geometry_msgs::msg::PoseStamped |
calibration_tool_frame | input | std::string |
base_link | input | std::string |
camera_optical_frame | input | std::string |
computed_pose | output | geometry_msgs::msg::PoseStamped |
debug_base_calibration_pose | output | geometry_msgs::msg::PoseStamped |
debug_camera_calibration_pose | output | geometry_msgs::msg::PoseStamped |
moveit_studio::behaviors::CalibrateCameraPose::CalibrateCameraPose | ( | const std::string & | name, |
const BT::NodeConfiguration & | config, | ||
const std::shared_ptr< moveit_studio::behaviors::BehaviorContext > & | shared_resources | ||
) |
|
static |
|
static |
|
override |