ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Thanks @gvdhoorn !

This is my bash script (runtime_benchmark.sh) if anyone is wondering:

#!/bin/bash

sleep 15

echo "Killing all nodes"

rosnode kill -a

And this is the part in the launch file:

    <node name="runtime_benchmark" pkg="kinect_pcl" type="runtime_benchmark.sh" />