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 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
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

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

computer-vision-skill

Specialized skill for robot vision including feature detection, tracking, and camera calibration

1,160 Updated today
a5c-ai
AI & Automation Listed

robot-perception

Comprehensive best practices for robot perception systems covering cameras, LiDARs, depth sensors, IMUs, and multi-sensor setups. Use this skill when working with RGB image processing, depth maps, point clouds, sensor calibration (intrinsic, extrinsic, hand-eye), object detection, semantic segmentation, 3D reconstruction, visual servoing, or perception pipeline optimization. Trigger whenever the user mentions OpenCV, Open3D, PCL, RealSense, ZED, OAK-D, camera calibration, AprilTags, ArUco markers, stereo vision, RGBD, point cloud filtering, ICP registration, coordinate transforms, camera intrinsics, distortion correction, image undistortion, sensor streaming, frame synchronization, or any computer vision task in a robotics context. Also covers multi-camera rigs, time synchronization across sensors, perception latency budgets, and production deployment of perception pipelines.

5 Updated today
vicky23383
AI & Automation Solid

robot-perception

Comprehensive best practices for robot perception systems covering cameras, LiDARs, depth sensors, IMUs, and multi-sensor setups. Use this skill when working with RGB image processing, depth maps, point clouds, sensor calibration (intrinsic, extrinsic, hand-eye), object detection, semantic segmentation, 3D reconstruction, visual servoing, or perception pipeline optimization. Trigger whenever the user mentions OpenCV, Open3D, PCL, RealSense, ZED, OAK-D, camera calibration, AprilTags, ArUco markers, stereo vision, RGBD, point cloud filtering, ICP registration, coordinate transforms, camera intrinsics, distortion correction, image undistortion, sensor streaming, frame synchronization, or any computer vision task in a robotics context. Also covers multi-camera rigs, time synchronization across sensors, perception latency budgets, and production deployment of perception pipelines.

251 Updated 6 days ago
arpitg1304
AI & Automation Solid

calibration-tools-skill

Sensor and robot calibration using specialized robotics calibration tools

1,160 Updated today
a5c-ai
AI & Automation Solid

reinforcement-learning-skill

RL training for robot control using simulation with sim-to-real transfer

1,160 Updated today
a5c-ai