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

rgbd_launch does publish image_rec

asked 2014-03-13 06:28:27 -0500

davevh gravatar image

In Hydro, I create a launch file with the following to get data from my attached Kinect:

<include file="$(find openni_launch)/launch/openni.launch"/> <node pkg="dynamic_reconfigure" type="dynparam" name="dynparam" args="set_from_parameters /camera/driver"> </node>

It publishes a lot of stuff but not "/camera/depth_registered/image_rect". This worked fine with Groovy.

Dave

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-03-13 06:29:56 -0500

davevh gravatar image

updated 2014-03-13 06:45:45 -0500

Misleading title: should be openni_launch does not publish image_rect.

In Hydro, I create a launch file with the following to get data from my attached Kinect:

<include file="$(find openni_launch)/launch/openni.launch" />"
<node pkg="dynamic_reconfigure" type="dynparam" name="dynparam" args="set_from_parameters /camera/driver">
  <param name="image_mode" value="2" />
  <param name="depth_mode" value="2" /> 
  <param name="depth_registration" value="true" />
  <param name="data_skip" value="5" />
</node>

It publishes a lot of stuff but not "/camera/depth_registered/image_rect". This worked fine with Groovy.

Dave

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-03-13 06:28:27 -0500

Seen: 165 times

Last updated: Mar 13 '14