![]() |
Smart Minotaur
|
The MinotaurExplorationAlgorithm class is an implementation of the ExplorationAlgorithm interface. Mehr ...
#include <MinotaurExplorationAlgorithm.hpp>
Öffentliche Methoden | |
Direction | calculateMovementDirection (unsigned int p_x, unsigned int p_y, Direction p_direction) |
Calculates the next direction the robot should take considering its the current pose. |
Weitere Geerbte Elemente | |
![]() | |
MazeMap * | map |
The MinotaurExplorationAlgorithm class is an implementation of the ExplorationAlgorithm interface.
It calculates the next direction to take using the current pose of the robot and the blocked properties of the MazeNode the robot currently is in.
|
virtual |
Calculates the next direction the robot should take considering its the current pose.
p_x | current x positon of the robot |
p_y | current y position of the robot |
p_direction | current direction of the robot |
Implementiert minotaur::ExplorationAlgorithm.