43 static const std::string PLANNER_SERVICE_NAME =
44 "plan_kinematic_path";
45 static const std::string EXECUTE_ACTION_NAME =
"execute_trajectory";
46 static const std::string QUERY_PLANNERS_SERVICE_NAME =
47 "query_planner_interface";
48 static const std::string GET_PLANNER_PARAMS_SERVICE_NAME =
50 static const std::string SET_PLANNER_PARAMS_SERVICE_NAME =
52 static const std::string MOVE_ACTION =
"move_action";
53 static const std::string IK_SERVICE_NAME =
"compute_ik";
54 static const std::string FK_SERVICE_NAME =
"compute_fk";
55 static const std::string STATE_VALIDITY_SERVICE_NAME =
56 "check_state_validity";
57 static const std::string CARTESIAN_PATH_SERVICE_NAME =
58 "compute_cartesian_path";
59 static const std::string GET_PLANNING_SCENE_SERVICE_NAME =
61 static const std::string APPLY_PLANNING_SCENE_SERVICE_NAME =
62 "apply_planning_scene";
63 static const std::string CLEAR_OCTOMAP_SERVICE_NAME =