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

Dev99's profile - activity

2016-01-30 20:08:18 -0500 received badge  Famous Question (source)
2015-12-31 17:20:56 -0500 received badge  Notable Question (source)
2015-12-17 15:03:08 -0500 commented answer RTABMAP-ROS point cloud not created (robot mapping use case)

Thanks for your reply, I spent the day and realized this also. Tried some fix with Openni, apparently faced by several other users as well. And thanks for your awesome work!

2015-12-17 15:01:44 -0500 answered a question RTABMAP-ROS point cloud not created (robot mapping use case)

Figured it out, depth registered image was incorrect (dark), problem already addressed in http://answers.ros.org/question/53706...

Tried the fix suggested in that link, which led the kinect not being detected(also faced by another user in that link). So, tried the suggestion in http://answers.ros.org/question/60562... .

It's working for the moment, the depth registered image is correct, and the point cloud is created. However, the working of the kinect right now is not entirely reliable, often the camera topics are not available (will post status messages soon).

2015-12-17 11:30:50 -0500 received badge  Popular Question (source)
2015-12-16 10:19:23 -0500 received badge  Editor (source)
2015-12-16 09:17:45 -0500 asked a question RTABMAP-ROS point cloud not created (robot mapping use case)

Hi,

I'm quite new to RTABMAP-ROS, and trying to use it on our turtlebot. Using Ros Hydro, rtabmap_ros version 0.8.12 (from binaries).

I noticed when the Kinect is connected to my workstation, the RGB-D SLAM works fine, as in this rosbag:

https://drive.google.com/file/d/0B0g4...

Whereas, with the usual connection to the netbook on the turtlebot, only the 2D map is produced and no point cloud. Rosbag for identical setting for this:

https://drive.google.com/file/d/0B0g4...

I'm using the demo_robot_mapping.launch (modified to subscribe to compressed image topics).

What's missing? Is it related to TF?

Thanks!