https://github.com/faisalthaheem/grid-map-editor
For robotics and simple Intelligent Transportation System projects, a utility to classify an image into a grid and mark obstacles.
https://github.com/faisalthaheem/grid-map-editor
grid grid-layout grid-system location-services mapping mapping-tools motion-planning motion-tracking pathfinding wifi
Last synced: 19 days ago
JSON representation
For robotics and simple Intelligent Transportation System projects, a utility to classify an image into a grid and mark obstacles.
- Host: GitHub
- URL: https://github.com/faisalthaheem/grid-map-editor
- Owner: faisalthaheem
- License: apache-2.0
- Created: 2018-09-13T09:59:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T13:49:29.000Z (over 7 years ago)
- Last Synced: 2024-01-26T15:12:30.854Z (over 2 years ago)
- Topics: grid, grid-layout, grid-system, location-services, mapping, mapping-tools, motion-planning, motion-tracking, pathfinding, wifi
- Language: C#
- Size: 9.98 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grid Map Editor
For robotics and simple Intelligent Transportation System projects, a utility to classify an image into a grid and mark obstacles.
I was unable to find a simple tool that would let me convert any image into a grid and then mark obstacles to let me run different motion planning / path finding algorithms on it, therefore I decided to write this tool.
It has limited functionality but saves all the data into JSON format to be consumed by any other applications.
As shown in the following short video - the red spots indicate an obstacle, while the blue spots indicate presence of a landmark, such as a bluetooth or wifi access point. This sensor data can be collected using the [Wifi Access Point Mapper](https://github.com/faisalthaheem/wifi-access-point-mapper) project.

## Compiling and Running
Use Community edition of Microsoft Visual Studio 2017 to compile and run this tool.