Editor for robot mission maps
Usage:
- Put on a web server, or create a local one running "python -m SimpleHTTPServer" from the folder where the editor is.
- Load on web browser (tested in Chrome Version 59.0.3071.115 (64-bit) OSX. (e.g., "http://localhost:8000/brassmapeditor.html")
- Load a background image of the map (png) to use as reference.
- Use the "location/node creation" tool to create map waypoints by clicking on the canvas.
- Connect waypoints using the "connect" tool.
- draw walls using the "draw walls tool". Ctrl-z triggers undo for walls.
- Download the resulting map as a JSON file by clicking on the "Export Map" link.