Sleep command in launch file?
Hi, Is there any way to make a launch file sleep between executing different nodes and launch files? Also is there any way to write some logs from launch file ?
Thanks!
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi, Is there any way to make a launch file sleep between executing different nodes and launch files? Also is there any way to write some logs from launch file ?
Thanks!
Launch files intentionally make no guarantees about the timing or order in which various nodes start running. It is a basic ROS concept that each node should start and run independently, while others may come and go.
Many kinds of logging are available, via launch files and other mechanisms. What are you looking for?
Asked: 2012-06-08 06:25:27 -0600
Seen: 2,309 times
Last updated: Jun 08 '12
Sleep command in launch file? [closed]
How to include a .launch file on a remote machine from a .launch file?
how to launch a launch file from python code
calling services using launch files
Remotely run "rosrun rviz rviz" from launch file
launch file error: cannot launch node of type [map_server/map_server]
Can you give more information about what you're doing that you need the sleep for?