NVIDIA-ISAAC-ROS / isaac_ros_visual_slam

Visual SLAM/odometry package based on NVIDIA-accelerated cuVSLAM

Home Page:https://developer.nvidia.com/isaac-ros-gems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSLAM with Nanoowl

IamShubhamGupto opened this issue · comments

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,

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.