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