moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <rclcpp/rclcpp.hpp>
#include <rclcpp_action/rclcpp_action.hpp>
#include <pluginlib/class_loader.hpp>
#include <moveit_msgs/action/local_planner.hpp>
#include <moveit_msgs/msg/motion_plan_response.hpp>
#include <moveit_msgs/msg/robot_trajectory.hpp>
#include <std_msgs/msg/float64.hpp>
#include <std_msgs/msg/float64_multi_array.hpp>
#include <trajectory_msgs/msg/joint_trajectory.hpp>
#include <moveit/planning_scene_monitor/planning_scene_monitor.h>
#include <moveit/robot_model_loader/robot_model_loader.h>
#include <moveit/local_planner/local_constraint_solver_interface.h>
#include <moveit/local_planner/trajectory_operator_interface.h>
#include <tf2_ros/buffer.h>
#include <tf2_ros/transform_listener.h>
Go to the source code of this file.
Classes | |
class | moveit::hybrid_planning::LocalPlannerComponent |
struct | moveit::hybrid_planning::LocalPlannerComponent::LocalPlannerConfig |
Struct that contains configuration of the local planner component node. More... | |
Namespaces | |
moveit | |
Main namespace for MoveIt. | |
moveit::hybrid_planning | |
Enumerations | |
enum class | moveit::hybrid_planning::LocalPlannerState : int8_t { moveit::hybrid_planning::ABORT = -1 , moveit::hybrid_planning::ERROR = 0 , moveit::hybrid_planning::UNCONFIGURED = 1 , moveit::hybrid_planning::AWAIT_GLOBAL_TRAJECTORY = 2 , moveit::hybrid_planning::LOCAL_PLANNING_ACTIVE = 3 } |
Functions | |
template<typename T > | |
void | moveit::hybrid_planning::declareOrGetParam (const std::string ¶m_name, T &output_value, const T &default_value, const rclcpp::Node::SharedPtr &node) |