![]() |
Smart Minotaur
|
The MazeSettings class contains all possible parameters for a maze of the minotaur project. Mehr ...
#include <MazeSettings.hpp>
Öffentliche Methoden | |
void | loadFromParamServer (const std::string &p_mazeName) |
void | loadCurrentFromParamServer () |
Öffentliche Attribute | |
std::string | mazeName |
int | mapWidth |
int | mapHeight |
float | nodeWidth |
float | nodeHeight |
std::string | initialRobotDirection |
The MazeSettings class contains all possible parameters for a maze of the minotaur project.
It provides functions to load the parameters from the ROS Paramserver. Therefore loading the parameters manually is not needed anymore.