A JS-based web interface to visualize 3D models of a certain Rescue Maze map based on a set (a sequence) of packages sent from a robot.
// the list of commands to get the repository code on your machine
- Support for flat mazes
- Dynamic generation
- Support for multi-level mazes
- Performance optimizations
- Setup actual communication with raspberry and have the map update on raspbery's sent packages
- Loop closure
- A placeholder model of the robot is shown navigating the maze
- Checks will be applied to alert the user when a maze has some strange properties I.E. ramps too steep, victims near colored floors, other competition clause
- Pathfinding suggestions: the shortest path from tile A to tile B (chosen by the user) will be shown. (it won't necessarily be the path the robot will take)
The matrix is not pre-defined, because of that, there is the possibility to visualize a mazes big as the computational limit of your machine.
