Skip to content

Commit

Permalink
Update test_multirobot_controllers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
delihus committed Jan 25, 2024
1 parent 03abd41 commit f1eed28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosbot_xl_controller/test/test_multirobot_controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def generate_test_description():
)

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

return LaunchDescription(actions)
Expand Down

0 comments on commit f1eed28

Please sign in to comment.