mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-03-18 21:50:36 +01:00
delay
This commit is contained in:
@@ -142,7 +142,7 @@ def generate_launch_description():
|
|||||||
lidar_launch = OpaqueFunction(function=launch_rplidar_restart_if_needed)
|
lidar_launch = OpaqueFunction(function=launch_rplidar_restart_if_needed)
|
||||||
|
|
||||||
delayed_others = TimerAction(
|
delayed_others = TimerAction(
|
||||||
period=1.0, # wait 1 second after LiDAR start
|
period=5.0, # wait 1 second after LiDAR start
|
||||||
actions=[
|
actions=[
|
||||||
OpaqueFunction(function=launch_gui),
|
OpaqueFunction(function=launch_gui),
|
||||||
OpaqueFunction(function=launch_com),
|
OpaqueFunction(function=launch_com),
|
||||||
|
|||||||
Reference in New Issue
Block a user