Merged
Conversation
matlabbe
reviewed
Sep 17, 2025
matlabbe
reviewed
Sep 17, 2025
matlabbe
reviewed
Sep 17, 2025
matlabbe
reviewed
Sep 17, 2025
matlabbe
reviewed
Sep 17, 2025
added 18 commits
September 17, 2025 14:59
matlabbe
reviewed
Sep 22, 2025
matlabbe
reviewed
Sep 22, 2025
matlabbe
reviewed
Sep 22, 2025
matlabbe
reviewed
Sep 22, 2025
matlabbe
reviewed
Sep 22, 2025
matlabbe
reviewed
Sep 30, 2025
matlabbe
reviewed
Sep 30, 2025
matlabbe
reviewed
Sep 30, 2025
added 5 commits
September 30, 2025 12:34
matlabbe
reviewed
Sep 30, 2025
matlabbe
reviewed
Sep 30, 2025
…, but we aren't lost
…_cuvslam_vo into cuVSLAM_vo_integration
Member
|
LGTM! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implementing Isaac ROS' CuVSLAM visual odometry strategy as a 3rd party strategy in RTAB-Map.
cuvslam headerfile:
https://github.com/NVIDIA-ISAAC-ROS/isaac_ros_nitros/blob/main/isaac_ros_nitros/lib/cuvslam/include/cuvslam.h
To run with CuVSLAM
Set the following environment variable so the system versions of
libpng16,libjpeg, andlibjsoncppare loaded before cuVSLAM’s bundled copies. This avoids runtime crashes caused by conflicting dynamic libraries:cuVSLAM prerequisites (Ubuntu 22.04, x86_64)
1) NVIDIA Driver + CUDA 12.6 (toolkit)
https://developer.nvidia.com/cuda-12-6-0-download-archive?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=22.04&target_type=deb_network
2) NVIDIA VPI
https://docs.nvidia.com/vpi/3.0/installation.html
3) Isaac ROS Visual SLAM (NITROS/cuVSLAM)