Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
Signed-off-by: Arjo Chakravarty <[email protected]>
  • Loading branch information
arjo129 committed Dec 12, 2024
1 parent 7d2b21e commit e4ea835
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
shared_parser.add_argument("OUTPUT_MODEL_DIR", type=str,
help="Path to output the map model files")
shared_parser.add_argument("TEMPLATE_WORLD_FILE", type=str, default="",
help="Specify the template for the base simulation.")
help="Specify the template for"
+" the base simulation.")
# Create subparsers for Gazebo and Nav generation
gazebo_parser = subparsers.add_parser(
'gazebo',
Expand Down

0 comments on commit e4ea835

Please sign in to comment.