moveit_msgs/SetPlannerParams Service

File: moveit_msgs/SetPlannerParams.srv

Raw Message Definition

# Name of the planning pipeline, uses default if empty
string pipeline_id

# Name of planning config
string planner_config

# Optional name of planning group (set global defaults if empty)
string group

# parameters as key-value pairs
PlannerParams params

# replace params or augment existing ones?
bool replace

---

Compact Message Definition

string pipeline_id
string planner_config
string group
moveit_msgs/PlannerParams params
bool replace