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

Intel Realsense is greyed out #694

Closed
Zumbalamambo opened this issue Mar 3, 2021 · 6 comments
Closed

Intel Realsense is greyed out #694

Zumbalamambo opened this issue Mar 3, 2021 · 6 comments

Comments

@Zumbalamambo
Copy link

I have installed RTABMAP through ROS-Noetic. The version of RTABMAP that I have installed is v20.7. For some reason, the intel realsense is greyed out both in the setting as well in the RGB-D Menu. Do I need to install any other dependencies?

@matlabbe
Copy link
Member

matlabbe commented Mar 3, 2021

If you use realsense with realsense ros package, you don't need to enable it in rtabmapviz.

However, if you want to use rtabmap standalone version with realsense driver, you have to rebuild rtabmap from source. Make sure after you do cmake .., you see With RealSense2 = YES. Make sure to uninstall rtabmap binaries to avoid possible mismatch library version issues afterwards.

$ sudo apt remove ros-noetic-rtabmap

$ cd ~
$ git clone https://github.com/introlab/rtabmap.git rtabmap
$ cd rtabmap/build
$ cmake .. 
# Verify "--   With RealSense2           = YES (License: Apache-2)"
$ make
$ sudo make install

@Zumbalamambo
Copy link
Author

@matlabbe thank you! Is it possible to install rtabmap with realsense in nano kit?

@matlabbe
Copy link
Member

matlabbe commented Mar 5, 2021

The standalone won't work out of the box (see this long issue). However, if you want to use RVIZ for visualization, the rtabmap binaries will work out of the box.

@Zumbalamambo
Copy link
Author

Zumbalamambo commented Mar 5, 2021

thank you! :) just one last question, if I install RTABMap in windows, do I still have to build from source to be able to use rtabmap with realsense, or does it comes bundled with the realsense libraries?

@matlabbe
Copy link
Member

matlabbe commented Mar 5, 2021

The binaries are bundled with realsense2 support, see https://github.com/introlab/rtabmap/releases

@Zumbalamambo
Copy link
Author

thank you!!!

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

2 participants