Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running only using pointclouds #49

Closed
andre-nguyen opened this issue Jan 25, 2016 · 7 comments
Closed

Running only using pointclouds #49

andre-nguyen opened this issue Jan 25, 2016 · 7 comments

Comments

@andre-nguyen
Copy link

Quick question, would it be possible to run rtabmap solely using point clouds generated from laser rangefinders (e.g. 2D Hokuyo lidar mounted on a slip ring or the new Velodyne vlp-16), admitting a few modifications.

Or is not possible because you depend on SURF features (or the like) for operation?

Thanks!

@matlabbe
Copy link
Member

Sorry I missed that question, better now than never...

Yes RTAB-Map depends on visual features for loop closure detection. If you add a camera to your setup it is possible to use these kinds of lidar.

cheers

@chukcha2
Copy link

@matlabbe, how would you use RTAB-Map+camera in this setup? Only to get localization data to register lidar point clouds to get 3D model? Or would you use camera+RTAB-Map to get 3D model itself from the visual data (then it seems like lidar would not be needed)? What are the (dis)advantages of these methods? Thank you.

@matlabbe
Copy link
Member

Hi,

Here are some combinations:

  • RTAB-Map + stereo camera = localization + 3D point clouds from the camera
  • RTAB-Map + stereo camera + lidar = localization + 3D point clouds from the camera + 3D point clouds from the lidar
  • RTAB-Map + RGB-D camera = localization + 3D point clouds from the camera
  • RTAB-Map + RGB-D camera + lidar = localization + 3D point clouds from the camera + 3D point clouds from the lidar

With a single RGB camera and a 3D lidar, it would be possible using the lidar data to "fake" a depth image registered with the RGB camera. This would give the setup RGB-D+lidar above.

cheers,
Mathieu

@andre-nguyen
Copy link
Author

Merci Mathieu!

Super votre travail à Sherbrooke 😄

@matlabbe
Copy link
Member

Bienvenu!

@chukcha2
Copy link

chukcha2 commented Mar 2, 2016

Thank you Mathieu, I'll try to use a RTAB-Map + stereo camera (ZED) + lidar (VLP-16). If you have any pointers on how to combine ldiar data with stereo camera's data, please let me know.

@bj-neilson
Copy link

@chukcha2
Hey, long time since your last post on this but if you get this message I’m wondering how you went? I’m doing essentially the same now. Rtabmap has continued to evolve thanks to @matlabbe so I’m hoping for a great result!
Cheers, Ben

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants