You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ROS2-ORB-SLAM3-Odometry — A ROS 2 wrapper for ORB-SLAM3 that publishes real-time odometry and TF from mono, stereo, RGB-D, and stereo-inertial cameras (e.g., RealSense D435). Uses the pre-built ORB-SLAM3 .so library for fast tracking and integrates seamlessly with RViz 2 and navigation stacks.
This repository is a modified version of ORBSLAM3 by UZ-SLAMLab. This repo contains a converter that creates an occupancy grid from the sparse map points.
It is one of the part of my master's thesis, involving computing the Absolute Pose Error (APE) and Relative Pose Error (RPE) of trajectories collected from two environments: PySLAM and ORB-SLAM3
A repository for performing deletion of Keyframes and Mappoints that are marked as bad(Logical End of life of the Keyframes and Mappoints) using reference counting and compare and swap.
Brightness-adaptive feature scaling for ORB-SLAM3 that dynamically adjusts ORB feature extraction based on scene illumination, improving robustness across varying visual conditions with minimal computational overhead.
🚀 Implement a high-performance FAST corner detector on the PYNQ platform, leveraging FPGA for efficient feature extraction and real-time data visualization.