Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Exner (fexner) <[email protected]>
  • Loading branch information
christophfroehlich and fmauch authored Oct 14, 2024
1 parent 68ae082 commit 8ec163f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controller_manager/controller_manager/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def main(args=None):
parser.add_argument(
"--switch-timeout",
help="Time to wait for a successful state switch of controllers."
" Useful if the controller_manager is not immediately ready, e.g.,"
" Useful when switching cannot be performed immediately, e.g.,"
" paused simulations at startup",
required=False,
default=5.0,
Expand Down
2 changes: 1 addition & 1 deletion controller_manager/controller_manager/unspawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def main(args=None):
parser.add_argument(
"--switch-timeout",
help="Time to wait for a successful state switch of controllers."
" Useful if the controller_manager is not immediately ready, e.g.,"
" Useful when switching cannot be performed immediately, e.g.,"
" paused simulations at startup",
required=False,
default=5.0,
Expand Down

0 comments on commit 8ec163f

Please sign in to comment.