How to get depthimage_to_laserscan working?
Hi !
When I launch openni_launch and depthimage_to_laserscan, the topic /scan is actually being published but nothing happens in Rviz when I had a laserscan display and set it to /scan.
I have no idea what to check, I just installed the package and wrote the navigation stack config: in move_base.launch: node name="depthimage_to_laserscan" pkg="depthimage_to_laserscan" type="depthimage_to_laserscan"
in costmap_common_params:
observation_sources: laser_scan_sensor
laser_scan_sensor: {sensor_frame: camera_depth_optical_frame, data_type: LaserScan, topic: /scan, marking: true, clearing: true}
How can I check if depth_image_to_laserscan is feeding the /scan topic?
rqt->node graph and rostopic echo /scan --noarr should help.
You can use http://wiki.ros.org/rostopic to see if data is coming out of
/scan
.