|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
The current observation a policy conditions on for one inference. More...
#include <execute_policy.hpp>
Public Attributes | |
| std::vector< double > | joint_positions |
| Latest sensed positions of the commanded joints, ordered like the commanded joints. | |
| std::vector< sensor_msgs::msg::Image > | images |
| Latest frame from each configured camera; index-aligned with image_names. | |
| std::vector< std::string > | image_names |
| Camera name for each image; index-aligned with images. | |
The current observation a policy conditions on for one inference.
| std::vector<std::string> moveit_pro::behaviors::PolicyObservation::image_names |
Camera name for each image; index-aligned with images.
| std::vector<sensor_msgs::msg::Image> moveit_pro::behaviors::PolicyObservation::images |
Latest frame from each configured camera; index-aligned with image_names.
| std::vector<double> moveit_pro::behaviors::PolicyObservation::joint_positions |
Latest sensed positions of the commanded joints, ordered like the commanded joints.