This commit is contained in:
acki
2026-03-18 19:23:31 +01:00
parent d18870e203
commit 43991f87e7

View File

@@ -79,7 +79,7 @@ def generate_launch_description():
def delay_launch(context, function_to_call):
return [
TimerAction(
period=3.0,
period=15.0,
actions=function_to_call(context)
)
]