Skip to content

Commit

Permalink
add a readme to the pygame based map editor
Browse files Browse the repository at this point in the history
  • Loading branch information
ll7 committed Jun 4, 2024
1 parent 60ceb8a commit 4b15aef
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions map_editor/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# pygame based map editor from Marco

This is a simple map editor from Marco who used pygame to create suitable .yaml files.

Extensive documentation can be found in [docs/MAP_EDITOR_USAGE.md](../docs/MAP_EDITOR_USAGE.md)

## SVG Map Parser

I prefer to use `robot_sf/nav/svg_map_parser.py`.

Look at `examples/svg_map_example.py` for an example of how to use it.

0 comments on commit 4b15aef

Please sign in to comment.