Skip to content

Commit 9f654c3

Browse files
committed
This took embarrassingly long to figure out...
Signed-off-by: Arjo Chakravarty <[email protected]>
1 parent ac82ffd commit 9f654c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rmf_building_map_tools/building_map_generator/_init_argparse.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
help="Name of the .world file to output")
1717
shared_parser.add_argument("OUTPUT_MODEL_DIR", type=str,
1818
help="Path to output the map model files")
19-
shared_parser.add_argument("TEMPLATE_WORLD_FILE", type=str, default="",
19+
shared_parser.add_argument("--TEMPLATE_WORLD_FILE", type=str, default="",
2020
help="Specify the template for"
2121
+ " the base simulation.")
2222
# Create subparsers for Gazebo and Nav generation

0 commit comments

Comments
 (0)