NVIDIA-ISAAC-ROS / isaac_ros_visual_slam

Visual SLAM/odometry package based on NVIDIA-accelerated cuVSLAM
https://developer.nvidia.com/isaac-ros-gems
Apache License 2.0
813 stars 126 forks source link

VSLAM with Nanoowl #121

Closed IamShubhamGupto closed 5 months ago

IamShubhamGupto commented 8 months ago

Hey

SLAM can be implemented on the orin nano using just nav2 library but this repo seems to be optimized for the orin nano. Apart from localization, I want the orin to be also be able to run an object detection node using https://github.com/NVIDIA-AI-IOT/nanoowl.

It is physically capable of running both these projects simultaneously?

Thank you,

hemalshahNV commented 8 months ago

Yes, you likely would have enough compute on an Orin Nano 8GB to run Nav2 (lidar localization) and the NanoOWL library, sure, but that's just an estimate. You'd have to try it to confirm that you have overhead for your application.