![]() |
Smart Minotaur
|
The MazeSolverConfig class is a container for settings for a MazeSolver object. Mehr ...
#include <MazeSolver.hpp>
Öffentliche Methoden | |
| MazeSolverConfig (MazeNavigator *p_navigator, MazeMapping *p_mapping, ExplorationAlgorithm *p_explorationAlgorithm) | |
| void | loadFromParamServer (const std::string &p_name) |
| void | loadCurrentFromParamServer () |
Öffentliche Attribute | |
| MazeNavigator * | navigator |
| MazeMapping * | mapping |
| ExplorationAlgorithm * | explorationAlgorithm |
| ros::NodeHandle * | handle |
| MazeSettings | settings |
| Direction | initialRobotDirection |
The MazeSolverConfig class is a container for settings for a MazeSolver object.
Its properties can be loaded form the ROS paramserver.