This class represents the CLIK planner plugin for moveit. It manages all of the CLIK planners. More...
#include <constrained_ik/moveit_interface/constrained_ik_planner_plugin.h>
#include <class_loader/class_loader.h>
Go to the source code of this file.
Variables | |
const std::string | CARTESIAN_PLANNER = "Cartesian" |
const std::string | JOINT_INTERP_PLANNER = "JointInterpolation" |
This class represents the CLIK planner plugin for moveit. It manages all of the CLIK planners.
Definition in file constrained_ik_planner_plugin.cpp.
const std::string CARTESIAN_PLANNER = "Cartesian" |
Cartesian plannner name
Definition at line 30 of file constrained_ik_planner_plugin.cpp.
const std::string JOINT_INTERP_PLANNER = "JointInterpolation" |
Joint interpolation planner name
Definition at line 29 of file constrained_ik_planner_plugin.cpp.