Skip to content

For robotics and simple Intelligent Transportation System projects, a utility to classify an image into a grid and mark obstacles.

License

Notifications You must be signed in to change notification settings

faisalthaheem/grid-map-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 project.

demo

Compiling and Running

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

About

For robotics and simple Intelligent Transportation System projects, a utility to classify an image into a grid and mark obstacles.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages