moveit2
The MoveIt Motion Planning Framework for ROS 2.
Public Attributes | List of all members
planning_interface::PlannerConfigurationSettings Struct Reference

Specify the settings for a particular planning algorithm, for a particular group. The Planner plugin uses these settings to configure the algorithm. More...

#include <planning_interface.h>

Public Attributes

std::string group
 The group (as defined in the SRDF) this configuration is meant for. More...
 
std::string name
 
std::map< std::string, std::string > config
 Key-value pairs of settings that get passed to the planning algorithm. More...
 

Detailed Description

Specify the settings for a particular planning algorithm, for a particular group. The Planner plugin uses these settings to configure the algorithm.

Note
Settings with unknown keys are ignored. Settings for unknown groups are ignored.

Definition at line 60 of file planning_interface.h.

Member Data Documentation

◆ config

std::map<std::string, std::string> planning_interface::PlannerConfigurationSettings::config

Key-value pairs of settings that get passed to the planning algorithm.

Definition at line 72 of file planning_interface.h.

◆ group

std::string planning_interface::PlannerConfigurationSettings::group

The group (as defined in the SRDF) this configuration is meant for.

Definition at line 63 of file planning_interface.h.

◆ name

std::string planning_interface::PlannerConfigurationSettings::name

Definition at line 69 of file planning_interface.h.


The documentation for this struct was generated from the following file: