Write pose (x,y,z, roll, pitch, yaw) to YAML file. This behavior is meant to be called after the Calibrate Pose Action. TODO: Make this behavior more generic. Note: The behavior saves the calibrated_pose into the ~/.config/moveit_pro/calibration folder.
More...
#include <write_calibrated_pose_to_yaml.hpp>
Write pose (x,y,z, roll, pitch, yaw) to YAML file. This behavior is meant to be called after the Calibrate Pose Action. TODO: Make this behavior more generic. Note: The behavior saves the calibrated_pose into the ~/.config/moveit_pro/calibration folder.
Data Port Name | Port Type | Object Type |
calibrated_poses | input | geometry_msgs::msg::TransformStamped[] |
◆ WriteCalibratedPoseToYaml()
moveit_studio::behaviors::WriteCalibratedPoseToYaml::WriteCalibratedPoseToYaml |
( |
const std::string & |
name, |
|
|
const BT::NodeConfiguration & |
config, |
|
|
const std::shared_ptr< BehaviorContext > & |
shared_resources |
|
) |
| |
◆ metadata()
BT::KeyValueVector moveit_studio::behaviors::WriteCalibratedPoseToYaml::metadata |
( |
| ) |
|
|
static |
◆ providedPorts()
BT::PortsList moveit_studio::behaviors::WriteCalibratedPoseToYaml::providedPorts |
( |
| ) |
|
|
static |
◆ tick()
BT::NodeStatus moveit_studio::behaviors::WriteCalibratedPoseToYaml::tick |
( |
| ) |
|
|
override |
The documentation for this class was generated from the following files: