|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
#include <moveit_pro_base/robot_model_loader/robot_model_loader.hpp>#include <cartesian_planning/types.hpp>#include <geometry_msgs/msg/pose_stamped.hpp>#include <memory>#include <moveit_msgs/srv/get_planning_scene.hpp>#include <moveit_pro_behavior_interface/service_client_behavior_base.hpp>#include <sensor_msgs/msg/joint_state.hpp>#include <string>#include <tl_expected/expected.hpp>

Classes | |
| class | moveit_pro::behaviors::PlanCartesianPath |
| Given a Cartesian-space path, plan a joint-space trajectory to move the robot tip(s) along the path. More... | |
Namespaces | |
| namespace | cartesian_planning |
| namespace | moveit_pro |
| namespace | moveit_pro::behaviors |
Functions | |
| std::string | moveit_pro::behaviors::formatProfileError (const cartesian_planning::TrapezoidalProfileError &error) |
| Turn a Cartesian trapezoidal infeasibility into an operator-facing message that names the port to change. | |