Skip to content

Commit

Permalink
removed long timer, reverted to 1 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed Apr 24, 2024
1 parent dc974ce commit 9c6b477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ezbot_robot/launch/real_robot.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def generate_launch_description():
arguments=['omnidirectional_controller'],
)
delayed_omnidrive_spawner = TimerAction(
period=10.0,
period=1.0,
actions=[omnidrive_spawner],
)

Expand Down

0 comments on commit 9c6b477

Please sign in to comment.