From 3b06a33cad284fef7b249257d7b4f19cb5cc2c4f Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 27 Jan 2022 04:00:26 +0300 Subject: [PATCH] genmap.py: use -p flag in example --- aruco_pose/src/genmap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aruco_pose/src/genmap.py b/aruco_pose/src/genmap.py index b1e75336..2701a49f 100755 --- a/aruco_pose/src/genmap.py +++ b/aruco_pose/src/genmap.py @@ -30,7 +30,7 @@ Options: -o Output map file name in the 'map' subdirectory of aruco_pose package Example: - rosrun aruco_pose genmap.py 0.33 2 4 1 1 0 > $(catkin_find aruco_pose map)/test_map.txt + rosrun aruco_pose genmap.py 0.33 2 4 1 1 0 -o test_map.txt """ from __future__ import print_function