MoveIt Pro Behavior
Core Behaviors for MoveIt Pro
|
#include <chrono>
#include <moveit_studio_behavior_interface/action_client_behavior_base.hpp>
#include <nav2_msgs/action/compute_path_to_pose.hpp>
Classes | |
class | moveit_studio::behaviors::ComputePathToPoseAction |
Calls an action server that uses nav2_msgs::action::ComputePathToPose and outputs feedback The ComputePathToPose action (ROS 2 Humble) returns a nav_msgs/Path path and builtin_interfaces/Duration planning_time. More... | |
Namespaces | |
namespace | moveit_studio |
namespace | moveit_studio::behaviors |
Typedefs | |
using | moveit_studio::behaviors::ComputePathToPose = nav2_msgs::action::ComputePathToPose |