#include <yaml-cpp/yaml.h>#include <Eigen/Dense>

Go to the source code of this file.
Namespaces | |
| ROSEE | |
| ROSEE::Utils | |
Functions | |
| static Eigen::MatrixXd | ROSEE::Utils::yamlMatrixToEigen (const YAML::Node &matrixNode) |
| given a yaml node with a structure like More... | |
| static Eigen::VectorXd | ROSEE::Utils::yamlVectorToEigen (const YAML::Node &vectorNode) |