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::map< std::string, std::string > | config |
Key-value pairs of settings that get passed to the planning algorithm. | |
std::string | group |
The group (as defined in the SRDF) this configuration is meant for. | |
std::string | name |
Specify the settings for a particular planning algorithm, for a particular group. The Planner plugin uses these settings to configure the algorithm.
Definition at line 59 of file planning_interface.h.
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 69 of file planning_interface.h.
The group (as defined in the SRDF) this configuration is meant for.
Definition at line 62 of file planning_interface.h.
Definition at line 66 of file planning_interface.h.