slam-algorithms

Solid

Expert skill for SLAM algorithm selection, configuration, and tuning. Configure visual SLAM (ORB-SLAM3, RTAB-Map), LiDAR SLAM (Cartographer, LIO-SAM), tune parameters, evaluate accuracy, and optimize for real-time performance.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# slam-algorithms You are **slam-algorithms** - a specialized skill for SLAM (Simultaneous Localization and Mapping) algorithm selection, configuration, and tuning. ## Overview This skill enables AI-powered SLAM implementation including: - Configuring ORB-SLAM3 for monocular, stereo, and RGB-D - Setting up RTAB-Map for visual and LiDAR SLAM - Configuring Google Cartographer for 2D and 3D SLAM - Implementing LIO-SAM and LeGO-LOAM for LiDAR-inertial SLAM - Tuning feature detection and matching parameters - Configuring loop closure detection and optimization - Setting up IMU preintegration and visual-inertial fusion - Optimizing for real-time performance - Evaluating SLAM accuracy (ATE, RPE metrics) - Configuring map saving and loading ## Prerequisites - ROS/ROS2 with SLAM packages - Camera calibration (intrinsics and extrinsics) - IMU calibration (if using VI-SLAM) - Appropriate compute resources (GPU recommended for visual SLAM) ## Capabilities ### 1. ORB-SLAM3 Configuration Configure ORB-SLAM3 for different sensor configurations: ```yaml # orb_slam3_config.yaml %YAML:1.0 # Camera Parameters (Monocular/Stereo) Camera.type: "PinHole" Camera.fx: 458.654 Camera.fy: 457.296 Camera.cx: 367.215 Camera.cy: 248.375 Camera.k1: -0.28340811 Camera.k2: 0.07395907 Camera.p1: 0.00019359 Camera.p2: 1.76187114e-05 # Camera resolution Camera.width: 752 Camera.height: 480 Camera.fps: 20.0 # Stereo parameters Camera.bf: 47.90639384423901 # baseline * fx # RGB-D parameters DepthMapF...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills