Skip to content

Commit

Permalink
Use the same behavior than before
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Oct 14, 2024
1 parent 2cc4924 commit 68ae082
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 @@ -121,7 +121,7 @@ def main(args=None):
" Useful if the controller_manager is not immediately ready, e.g.,"
" paused simulations at startup",
required=False,
default=1.0,
default=5.0,
type=float,
)
parser.add_argument(
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 @@ -42,7 +42,7 @@ def main(args=None):
" Useful if the controller_manager is not immediately ready, e.g.,"
" paused simulations at startup",
required=False,
default=1.0,
default=5.0,
type=float,
)

Expand Down

0 comments on commit 68ae082

Please sign in to comment.