Sarafun Behavior Trees package
1
Behavior trees for the SARAFun project
|
#include <YamlCreator.hpp>
Public Member Functions | |
YamlCreator () | |
~YamlCreator () | |
void | addField (std::string label, std::string field, int value) |
void | writeFile (std::string file_path) |
Private Attributes | |
YAML::Node | base_node_ |
The actionlib implementation of the SARAFun actions require information on the KF label id in their goal messages. This class allows for these parameters to be stored for future loading and usage through the parameter server.
Definition at line 14 of file YamlCreator.hpp.