Discover and explore top open-source AI tools and projects—updated daily.
ManifoldTechLtdRobotic navigation stack with advanced perception and VLM capabilities
Top 94.8% on SourcePulse
Odin Navigation Stack
This open-source navigation stack, built upon the proprietary Odin1 spatial sensing module, provides advanced robotic intelligence capabilities for ground platforms. It targets roboticists and researchers seeking high-precision 3D mapping, robust relocalization, and sophisticated navigation features like dynamic obstacle avoidance, semantic object detection, and vision-language integration. The stack aims to enable autonomous navigation and richer scene understanding for robotic applications.
How It Works
The system leverages the Odin1 module's high-performance spatial sensing, which delivers precise 3D mapping, relocalization, and rich sensory streams (RGB, depth, IMU, odometry, point clouds). On this foundation, the stack implements dynamic obstacle-aware navigation using reactive local and global planners, semantic navigation that allows object-based movement via natural language commands, and vision-language models for contextual scene description. Its architecture is modular and based on ROS1, facilitating integration and customization.
Quick Start & Requirements
git clone --depth 1 --recursive, followed by ROS workspace compilation (catkin_make) within a Mamba/Conda environment.docs/DOCKER_SETUP.mddocs/TUNING_GUIDE.mdHighlighted Details
Maintenance & Community
The project shows recent development activity with updates in June 2026. Specific community links (Discord, Slack) or details on core maintainers/sponsorships are not provided in the README.
Licensing & Compatibility
The README does not explicitly state the software license for the Odin-Nav-Stack itself. The Odin1 module is noted as proprietary. Compatibility is primarily for ROS1 Noetic on Ubuntu 20.04, with specific hardware recommendations.
Limitations & Caveats
Computationally intensive modules like YOLO, VLM, and VLN may require deployment on a separate companion machine due to onboard compute limitations. Standard ROS Navigation and custom planners are marked as "TODO" and not recommended. The NeuPAN planner may exhibit issues with precise stopping near target points, potentially requiring parameter tuning. The Odin1 module's core SLAM and relocalization functionality is not open-sourced.
1 month ago
Inactive