genmap.py: add example usage

This commit is contained in:
Oleg Kalachev
2020-03-10 17:06:17 +03:00
parent 2f70ce4372
commit 8d37c424eb

View File

@@ -25,6 +25,9 @@ Options:
<first> First marker ID
--top-left First marker is on top-left (default)
--bottom-left First marker is on bottom-left
Example:
rosrun aruco_pose genmap.py 0.33 2 4 1 1 0 > $(catkin_find aruco_pose map)/test_map.txt
"""
from __future__ import print_function