Hydro kinect fake laser for slam
Dear All:
I have a fake laser based on the Xtion Pro. I was running Groovy and it worked perfectly.
I updated to Hydro and I can not see the topic of 2D fake laser.
The code in my launch file is:
<include file="$(find openni_launch)/launch/openni.launch"/>
<node pkg="nodelet" type="nodelet" name="kinect_laser" args="load depthimage_to_laserscan/DepthImageToLaserScanNodelet camera_nodelet_manager">
<param name="scan_height" value="290"/> <!-- height in pixels -->
<param name="scan_time" value="0.125"/>
<param name="range_min" value="0.80"/>
<param name="range_max" value="3.0"/>
<param name="min_height" value=".10"/>
<param name="max_height" value="2.0"/>
<remap from="image" to="/camera/depth/image_raw"/>
<remap from="scan" to="/scan_xtion"/>
</node>
The topic /scan_xtion shall have the 2D Xtion data, but I can not visualize anything with rostopic echo /scan_xtion.
Do you have any clue.
In advance thank you
Can you include the error output?
Well, there are no errors, it compile quite well, however I cant read the /scan_xtion topic