Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 305 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 305 Bytes

polygon-filling-on-grids

The scan line algorithm implementation with a simple test in ros.
You can use the code of this repo in two ways:

  • Only add the files in fill_polygon to your projects.
  • Add the files in test to your ros workspace, run the code with catkin_make && roslaunch test test.launch.