This commit is contained in:
acki
2025-10-14 20:49:46 +02:00
parent d8127b2c73
commit 58db2215c9

View File

@@ -142,7 +142,7 @@ def generate_launch_description():
lidar_launch = OpaqueFunction(function=launch_rplidar_restart_if_needed)
delayed_others = TimerAction(
period=1.0, # wait 1 second after LiDAR start
period=5.0, # wait 1 second after LiDAR start
actions=[
OpaqueFunction(function=launch_gui),
OpaqueFunction(function=launch_com),