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

answered 2013-01-29 11:23:04 -0600

joq gravatar image

As @moritz said, use roslaunch. The launch file you provide will look something like this:

<launch>
  <node pkg="re_kinect_object_detector" type="re_kinect" name="re_kinect" />
  <node pkg="re_object_detector_gui" type="detect" name="detect" />
</launch>

As @moritz said, use roslaunch. The launch file file you provide will look something like this:

<launch>
  <node pkg="re_kinect_object_detector" type="re_kinect" name="re_kinect" />
  <node pkg="re_object_detector_gui" type="detect" name="detect" />
</launch>

As @moritz said, use roslaunch. The launch file you provide will look something like this:

<launch>
  <node pkg="re_kinect_object_detector" type="re_kinect" name="re_kinect" />
  <node pkg="re_object_detector_gui" type="detect" name="detect" />
</launch>

UPDATE: there is more to creating a source overlay than just adding to your $ROS_PACKAGE_PATH. The recommended approach is to use rosws.