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

6D RGB D SLAM EFFICIENCY

asked 2014-10-07 22:58:28 -0500

Francis Dom gravatar image

updated 2014-10-07 22:59:03 -0500

How efficient is this 6D RGB-D SLAM in localizing and navigation

edit retag flag offensive close merge delete

Comments

Check this paper from authors, they have resulting model image.Hope it give you and idea. Also the video in wiki page.

bvbdort gravatar image bvbdort  ( 2014-10-08 11:09:22 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2014-10-08 21:29:40 -0500

sai gravatar image

updated 2014-10-09 00:25:32 -0500

6D RGB-D SLAM is a bit more computationally expensive. ccny_rgbd is comparatively very fast.

Both of these can help in localizing with respect to your initial position or with respect to the reference frame at your starting point.

They can help you in building a 3D map but they are not meant for navigation.

For navigation, you can try using ROS NAVIGATION STACK You can try to create a 2D map from 3D map (created using previously mentioned methods) and use it with ROS NAVIGATION stack for navigation

Using ccny_rgbd or RGB-D SLAM with a structure sensor may not be a straightforward task.

Firstly, the depth data from the structure sensor should be registered to another external RGB camera, if your structure camera does not provide RGB information.

I would suggest you to use Asus Xtion pro live as it works out of the box with RGB-D SLAM or ccny_rgbd or many other algorithms are out there for RGB-D sensors. Most of these methods need both RGB and depth information for them to work.

edit flag offensive delete link more

Comments

ccny_rgbd method allows us to create a map from RGB-D data and localize using visual odometr

Pls provide more details on the differences between this method and 6D RGBD SLAM or RGBD SLAM

How do I incorporate the ROS navigation stack with SLA

Francis Dom gravatar image Francis Dom  ( 2014-10-08 22:09:36 -0500 )edit

Does the ccn_rgbd use both RGBD and visual odometr

Francis Dom gravatar image Francis Dom  ( 2014-10-08 22:10:12 -0500 )edit

yes, it works with rgb-d sensors like kinect and asus xtion pro live

sai gravatar image sai  ( 2014-10-08 22:29:57 -0500 )edit

Does it work with the structure sensor as well

Francis Dom gravatar image Francis Dom  ( 2014-10-08 22:46:37 -0500 )edit

How do I combine ccny_rgbd & ROS NAVIGATION STACK

I am using a Parrot Drone with PX4 Autopilot...and Structure Sensor with ODROID-U3 board

How do I connect the ODROID and PX4 - mavros help?

Francis Dom gravatar image Francis Dom  ( 2014-10-08 22:57:32 -0500 )edit

I have edited the answer. You can have a look at the links given below. These work with a RGB camera and do not need a structure sensor. http://wiki.ros.org/tum_ardronehttp://vision.in.tum.de/data/software...

sai gravatar image sai  ( 2014-10-09 00:27:10 -0500 )edit

Hi,

the Structure sensor is a RGB-D sensor or just depth sensor

Francis Dom gravatar image Francis Dom  ( 2014-10-09 01:37:45 -0500 )edit

I do not know that..i think its just a depth sensor..

sai gravatar image sai  ( 2014-10-09 01:39:49 -0500 )edit
0

answered 2014-10-08 12:04:53 -0500

Francis Dom gravatar image

updated 2014-10-09 02:10:19 -0500

May I use it with quadcopter If yes, will it enable the quad to localize and navigate iself

edit flag offensive delete link more

Comments

i dont think that it has navigation, its for building 3d Map

bvbdort gravatar image bvbdort  ( 2014-10-08 16:15:32 -0500 )edit

For collision avoidance in all directions(floor, ceiling and sides), will the depth sensor do or should I use additional ultrasonic sensors

Francis Dom gravatar image Francis Dom  ( 2014-10-09 22:43:07 -0500 )edit

sorry, I have no idea

bvbdort gravatar image bvbdort  ( 2014-10-10 02:39:28 -0500 )edit

If I calibrate an ultrasonic sensor with a camera, will it function like a RGB-D device

Francis Dom gravatar image Francis Dom  ( 2014-10-10 09:21:21 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2014-10-07 22:58:28 -0500

Seen: 427 times

Last updated: Oct 09 '14