ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I figured out a way to stop processes after X millseconds have passed. My software is calling rosbag play via a QProcess. As soon as the desired runtime is exceeded the QProcess is killed. Not the nicest way, but it's working just fine.