#include <group_meta_config.hpp>
Definition at line 64 of file group_meta_config.hpp.
◆ collectFiles()
void moveit_setup::srdf_setup::GroupMetaConfig::collectFiles |
( |
const std::filesystem::path & |
, |
|
|
const GeneratedTime & |
, |
|
|
std::vector< GeneratedFilePtr > & |
|
|
) |
| |
|
inlineoverridevirtual |
Collect the files generated by this configuration and add them to the vector.
- Parameters
-
[in] | package_path | the path to the root of the config package |
[in] | last_gen_time | The time (if any) when the config package was last generated @parma[out] files Where to put the new generated files |
Reimplemented from moveit_setup::SetupConfig.
Definition at line 107 of file group_meta_config.hpp.
◆ collectVariables()
void moveit_setup::srdf_setup::GroupMetaConfig::collectVariables |
( |
std::vector< TemplateVariable > & |
| ) |
|
|
overridevirtual |
◆ deleteGroup()
void moveit_setup::srdf_setup::GroupMetaConfig::deleteGroup |
( |
const std::string & |
group_name | ) |
|
◆ getMetaData()
const GroupMetaData & moveit_setup::srdf_setup::GroupMetaConfig::getMetaData |
( |
const std::string & |
group_name | ) |
const |
◆ inputKinematicsYAML()
bool moveit_setup::srdf_setup::GroupMetaConfig::inputKinematicsYAML |
( |
const std::filesystem::path & |
file_path | ) |
|
|
protected |
◆ isConfigured()
bool moveit_setup::srdf_setup::GroupMetaConfig::isConfigured |
( |
| ) |
const |
|
overridevirtual |
◆ loadPrevious()
void moveit_setup::srdf_setup::GroupMetaConfig::loadPrevious |
( |
const std::filesystem::path & |
, |
|
|
const YAML::Node & |
|
|
) |
| |
|
overridevirtual |
Loads the configuration from an existing MoveIt configuration.
The data can be loaded directly from files in the configuration via the package path.
Certain other pieces of "meta" information may be stored in the .setup_assistant yaml file in the root of the configuration. If there is a node in that file that matches this config's name, it is passed in as an argument.
- Parameters
-
package_path | The path to the root folder of the configuration. |
Reimplemented from moveit_setup::SetupConfig.
Definition at line 51 of file group_meta_config.cpp.
◆ renameGroup()
void moveit_setup::srdf_setup::GroupMetaConfig::renameGroup |
( |
const std::string & |
old_group_name, |
|
|
const std::string & |
new_group_name |
|
) |
| |
◆ setMetaData()
void moveit_setup::srdf_setup::GroupMetaConfig::setMetaData |
( |
const std::string & |
group_name, |
|
|
const GroupMetaData & |
meta_data |
|
) |
| |
◆ changed_
bool moveit_setup::srdf_setup::GroupMetaConfig::changed_ { false } |
|
protected |
◆ default_values_
GroupMetaData moveit_setup::srdf_setup::GroupMetaConfig::default_values_ |
|
protected |
◆ group_meta_data_
std::map<std::string, GroupMetaData> moveit_setup::srdf_setup::GroupMetaConfig::group_meta_data_ |
|
protected |
Planning groups extra data not found in srdf but used in config files.
Definition at line 120 of file group_meta_config.hpp.
The documentation for this class was generated from the following files: