|
bipedal locomotion framework
A suite of libraries for achieving bipedal locomotion on humanoid robots
|
#include <memory>#include <string>#include <unordered_map>#include <toml++/toml.h>#include <BipedalLocomotion/ParametersHandler/IParametersHandler.h>#include "TomlImplementation.tpp"Classes | |
| class | BipedalLocomotion::ParametersHandler::TomlImplementation |
| TomlImplementation Toml implementation of the IParametersHandler interface. More... | |
Namespaces | |
| BipedalLocomotion | |
Functions | |
| template<> | |
| void | BipedalLocomotion::ParametersHandler::TomlImplementation::setParameterPrivate< std::vector< bool > > (const std::string ¶meterName, const std::vector< bool > ¶meter) |
| Private implementation of setParameter. More... | |
| void BipedalLocomotion::ParametersHandler::TomlImplementation::setParameterPrivate< std::vector< bool > > | ( | const std::string & | parameterName, |
| const std::vector< bool > & | parameter | ||
| ) |
Private implementation of setParameter.
| parameterName | name of the parameter |
| parameter | parameter |