awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to mit-spark/kimera

Open-source alternatives to Kimera

30 open-source projects similar to mit-spark/kimera, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Kimera alternative.

  • tixiaoshan/lio-samTixiaoShan avatar

    TixiaoShan/LIO-SAM

    4,794View on GitHub↗

    LIO-SAM is a lidar inertial SLAM framework and tightly-coupled sensor fusion pipeline. It functions as a factor graph optimization engine that combines lidar scans and inertial measurement unit data to build 3D point cloud maps and estimate robot trajectories. The system integrates global position factors to align local coordinates with real-world data. It employs loop closure detection to identify previously visited locations, creating constraints in the optimization graph to correct accumulated global drift. The framework covers lidar inertial odometry, point cloud processing, and trajecto

    C++
    View on GitHub↗4,794
  • hkust-aerial-robotics/vins-fusionHKUST-Aerial-Robotics avatar

    HKUST-Aerial-Robotics/VINS-Fusion

    4,573View on GitHub↗

    VINS-Fusion is a multi-sensor fusion framework and visual-inertial odometry system. It integrates camera images, inertial measurement unit data, and global positioning signals through a non-linear optimization system to track the position and orientation of autonomous vehicles. The system includes a visual loop closure engine that utilizes a bag-of-words approach to recognize previously visited locations and correct trajectory drift. It further provides tools for online spatio-temporal calibration to determine the physical offset and time synchronization between cameras and inertial sensors d

    C++
    View on GitHub↗4,573
  • introlab/rtabmapintrolab avatar

    introlab/rtabmap

    3,836View on GitHub↗

    This project is a comprehensive library and toolkit for simultaneous localization and mapping, designed to construct three-dimensional environment models while tracking device position. It functions as a robotics perception framework that processes data from RGB-D, stereo, and lidar sensors to enable autonomous navigation and spatial awareness. The system distinguishes itself through its focus on long-term mapping and global consistency. It employs a sophisticated loop-closure detection engine and graph-based pose optimization to identify previously visited locations and eliminate cumulative

    C++
    View on GitHub↗3,836

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • ros-planning/navigationros-planning avatar

    ros-planning/navigation

    2,648View on GitHub↗

    This project is a framework for autonomous mobile robot navigation within the Robot Operating System ecosystem. It provides a suite of tools for calculating safe trajectories and movement commands, enabling mobile bases to reach specific destinations while avoiding obstacles in dynamic environments. The system utilizes a hierarchical planning approach that separates long-range path generation from short-range reactive obstacle avoidance. It maintains spatial awareness through a centralized coordinate tracking system and a grid-based representation that stores obstacle information and proximit

    C++navigationroboticsros
    View on GitHub↗2,648
  • drprojects/deepviewaggdrprojects avatar

    drprojects/DeepViewAgg

    236View on GitHub↗

    Official implementation for Learning Multi-View Aggregation In the Wild for Large-Scale 3D Semantic Segmentation (CVPR'22 Best Paper Finalist 🎉) If you ❤️ or simply use this project, don't forget to give the repository a ⭐, it means a lot to us !

    Python
    View on GitHub↗236
  • edwardliuyc/staticmappingEdwardLiuyc avatar

    EdwardLiuyc/StaticMapping

    345View on GitHub↗

    Use LiDAR to map the static world

    C++
    View on GitHub↗345
  • ethz-asl/maplabethz-asl avatar

    ethz-asl/maplab

    2,845View on GitHub↗

    A Modular and Multi-Modal Mapping Framework

    C++
    View on GitHub↗2,845
  • ethz-asl/rovioethz-asl avatar

    ethz-asl/rovio

    1,226View on GitHub↗
    C++
    View on GitHub↗1,226
  • facebookresearch/habitat-apifacebookresearch avatar

    facebookresearch/habitat-api

    3,035View on GitHub↗

    Habitat-Lab

    Python
    View on GitHub↗3,035
  • facebookresearch/habitat-simfacebookresearch avatar

    facebookresearch/habitat-sim

    3,532View on GitHub↗

    Habitat-sim is a high-performance 3D simulation platform designed for training and benchmarking embodied AI agents within photorealistic indoor and outdoor environments. It serves as a simulator for AI and robotics, providing a system for generating synthetic data and simulating physical interactions. The project is distinguished by a native C++ core that enables high-throughput simulation and a rendering pipeline using physically based rendering and baked global illumination. It features a navigation system based on pre-computed navigation meshes to ensure collision-free traversal and a rigi

    C++aicomputer-visioncplusplus
    View on GitHub↗3,532
  • fyu/dilationfyu avatar

    fyu/dilation

    785View on GitHub↗

    Properties of dilated convolution are discussed in our ICLR 2016 conference paper. This repository contains the network definitions and the trained models. You can use this code together with vanilla Caffe to segment images using the pre-trained models. If you want to train the models yourself,…

    Python
    View on GitHub↗785
  • gogojjh/m-loamgogojjh avatar

    gogojjh/M-LOAM

    512View on GitHub↗

    Robust Odometry and Mapping for Multi-LiDAR Systems with Online Extrinsic Calibration

    C++
    View on GitHub↗512
  • googlecartographer/cartographergooglecartographer avatar

    googlecartographer/cartographer

    7,890View on GitHub↗

    Cartographer is a software library and spatial localization engine for simultaneous localization and mapping. It provides a framework for calculating the precise position and orientation of a device while concurrently generating real-time 2D and 3D representations of its environment using lidar-based data. The system implements a real-time mapping approach that uses live sensor streams to track device heading and position. It utilizes a submap-based mapping strategy to divide environments into local maps that are aligned into a global map. The project covers a range of SLAM capabilities, inc

    C++
    View on GitHub↗7,890
  • gradslam/gradslamgradslam avatar

    gradslam/gradslam

    1,417View on GitHub↗
    Python3d-reconstructiondeep-learningmachine-learning
    View on GitHub↗1,417
  • hkust-aerial-robotics/a-loamHKUST-Aerial-Robotics avatar

    HKUST-Aerial-Robotics/A-LOAM

    2,416View on GitHub↗

    Advanced implementation of LOAM

    C++
    View on GitHub↗2,416
  • hkust-aerial-robotics/esvoHKUST-Aerial-Robotics avatar

    HKUST-Aerial-Robotics/ESVO

    503View on GitHub↗

    This repository maintains the implementation of "Event-based Stereo Visual Odometry".

    C++
    View on GitHub↗503
  • hyye/lio-mappinghyye avatar

    hyye/lio-mapping

    1,012View on GitHub↗

    Implementation of Tightly Coupled 3D Lidar Inertial Odometry and Mapping (LIO-mapping)

    C++
    View on GitHub↗1,012
  • irapkaist/scancontextI

    irapkaist/scancontext

    0View on GitHub↗
    View on GitHub↗0
  • jakobengel/dsoJakobEngel avatar

    JakobEngel/dso

    2,445View on GitHub↗

    Direct Sparse Odometry

    C++
    View on GitHub↗2,445
  • jiajunwu/3dinnjiajunwu avatar

    jiajunwu/3dinn

    107View on GitHub↗

    This repository contains pre-trained models and evaluation code for the project 'Single Image 3D Interpreter Network' (ECCV 2016).

    Matlab
    View on GitHub↗107
  • juandugit/dh3dJuanDuGit avatar

    JuanDuGit/DH3D

    159View on GitHub↗

    DH3D: Deep Hierarchical 3D Descriptors for Robust Large-Scale 6DOF Relocalization

    Python
    View on GitHub↗159
  • luigifreda/pyslamluigifreda avatar

    luigifreda/pyslam

    3,081View on GitHub↗

    pyslam is a framework for Simultaneous Localization and Mapping that combines Python flexibility with C++ performance. It is a sparse SLAM implementation designed to map environment geometry and track device location by processing image frames into 3D points. The project features a bridge for exposing high-performance C++ classes to Python scripts using zero-copy memory sharing. This integration allows for switching between a scripting interface for rapid prototyping and a compiled core for execution speed. The system includes a spatial map optimizer to refine 3D point and camera pose estima

    Python3d-reconstructiondepth-estimationdepth-prediction
    View on GitHub↗3,081
  • magicleap/atlasmagicleap avatar

    magicleap/Atlas

    1,855View on GitHub↗

    Atlas: End-to-End 3D Scene Reconstruction from Posed Images

    Python
    View on GitHub↗1,855
  • molaorg/molaMOLAorg avatar

    MOLAorg/mola

    865View on GitHub↗
    C++computer-visioncxxcxx17
    View on GitHub↗865
  • open-air-sun/cerberusOPEN-AIR-SUN avatar

    OPEN-AIR-SUN/Cerberus

    63View on GitHub↗

    Paper Accepted to CVPR 2022.

    Python
    View on GitHub↗63
  • open-air-sun/pq-transformerOPEN-AIR-SUN avatar

    OPEN-AIR-SUN/PQ-Transformer

    84View on GitHub↗

    Paper

    Python
    View on GitHub↗84
  • open-air-sun/viewpoint-bottleneckOPEN-AIR-SUN avatar

    OPEN-AIR-SUN/Viewpoint-Bottleneck

    61View on GitHub↗

    Paper

    Python
    View on GitHub↗61
  • petworm/larvioPetWorm avatar

    PetWorm/LARVIO

    802View on GitHub↗

    A lightweight, accurate and robust monocular visual inertial odometry based on Multi-State Constraint Kalman Filter.

    C++
    View on GitHub↗802
  • pnxd/ffl-3dogPNXD avatar

    PNXD/FFL-3DOG

    18View on GitHub↗

    Free-form Description-guided 3D Visual Graph Networks for Object Grounding in Point Cloud

    Python
    View on GitHub↗18
  • prbonn/kiss-icpPRBonn avatar

    PRBonn/kiss-icp

    2,226View on GitHub↗

    A LiDAR odometry pipeline that just works

    C++
    View on GitHub↗2,226