Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <jakub.delicat@husarion.com>
  • Loading branch information
delihus committed Jan 25, 2024
1 parent fcf454a commit 03abd41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rosbot_xl_controller/test/test_multirobot_controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ def generate_test_description():
}.items(),
)

# When there is no delay the controllers does't spawn correctly
delayed_controller_launch = TimerAction(period=i * 10.0, actions=[controller_launch])
# When there is no delay the controllers doesn't spawn correctly
delayed_controller_launch = TimerAction(period=i * 2, actions=[controller_launch])
actions.append(delayed_controller_launch)

return LaunchDescription(actions)
Expand Down

0 comments on commit 03abd41

Please sign in to comment.