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

Navigation by kinect, Point Cloud to Laser Scan

asked 2013-11-10 01:01:49 -0500

Wojciech gravatar image

updated 2016-10-24 09:02:47 -0500

ngrennan gravatar image

Hello,

I would like to navigate a Pioneer 3DX robot by Kinect sensor. It seems, that the simplest way to accomplish my goal is to convert PointCloud msgs to LaserScan msgs. I've launched 3dsensor.launch from turtlebot_bringup package to do the conversion. (ROS - Hydro, Ubuntu 13.10)

1) The problem is, 3dsensor.launch publishes no msgs on /scan topic.

2) What should I do next to accomplish navigation and get around obstacles?

Thank you in advance.

edit retag flag offensive close merge delete

Comments

which version of ROS are you using ?

sudhanshu_mittal gravatar image sudhanshu_mittal  ( 2013-11-10 04:44:48 -0500 )edit

ROS - Hydro, Ubuntu 13.10

Wojciech gravatar image Wojciech  ( 2013-11-10 04:48:26 -0500 )edit

did you check your rostopic list after running the launch file ? Does it show "/scan" topic ?

sudhanshu_mittal gravatar image sudhanshu_mittal  ( 2013-11-10 04:52:22 -0500 )edit

Yes, but echo /scan is empty. I think the problem is, http://wiki.ros.org/depthimage_to_laserscan subscribes topics: /image & /camera_info, but openni_launch publishes msgs on /camera/rgb/camera_color & /camera/rgb/camera_info.

Wojciech gravatar image Wojciech  ( 2013-11-10 06:16:55 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-11-10 03:48:15 -0500

There seems to be a pointcloud_to_laserscan stack. Haven't used it myself, but might be worth a try.

Best regards Christoph

edit flag offensive delete link more

Comments

Yes, there is http://wiki.ros.org/depthimage_to_laserscan but it subscribes: /image & /camera_info, and openni_launch publish msgs on /camera/rgb/camera_color & /camera/rgb/camera_info. Is there simple way to change subscribed topics?

Wojciech gravatar image Wojciech  ( 2013-11-10 04:30:25 -0500 )edit

Use topic remapping. see http://wiki.ros.org/Remapping%20Arguments for more info.

tfoote gravatar image tfoote  ( 2013-11-18 19:02:08 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-11-10 01:01:49 -0500

Seen: 2,102 times

Last updated: Nov 10 '13