-
Notifications
You must be signed in to change notification settings - Fork 790
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
Comments
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 $ 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 |
@matlabbe thank you! Is it possible to install rtabmap with realsense in nano kit? |
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. |
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? |
The binaries are bundled with realsense2 support, see https://github.com/introlab/rtabmap/releases |
thank you!!! |
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?
The text was updated successfully, but these errors were encountered: