drone-cv-expert

Provide drone computer vision expertise for autonomous UAV perception, navigation, and control.

181|30|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/erichowens/some_claude_skills --skill drone-cv-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drone-cv-expert
Source: https://github.com/erichowens/some_claude_skills/tree/main/.claude/skills/drone-cv-expert
Command: npx skills add https://github.com/erichowens/some_claude_skills --skill drone-cv-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides expert guidance on drone CV systems, SLAM, sensor fusion, and autonomous navigation.

Core Features & Use Cases

  • Flight Control & Navigation: PID, SLAM, path planning, sensor fusion.
  • CV & Hardware: Object detection, tracking, edge deployment.
  • MCP/SDK Guidance: Platform integration patterns and performance tips.
  • Safety Considerations: Real-time constraints and safety patterns.

Quick Start

Use this Skill when designing a drone CV stack for reliable autonomous flight.

Frequently Asked Questions about drone-cv-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up autonomous drone navigation with sensor fusion and SLAM?

Sensor fusion and SLAM enable autonomous navigation by combining multiple sensors (IMU, camera, GPS) through EKF/UKF filtering and visual-inertial odometry. This Skill guides you through integrating these components with MAVLink protocols and Pixhawk/DJI flight controllers to achieve reliable autonomous flight in GPS-enabled and GPS-denied environments.

What's the best way to deploy real-time object detection on drone edge hardware like Jetson?

Real-time object detection on edge devices uses optimized models like YOLO with ByteTrack for efficient inference on Jetson/Orin hardware. This Skill covers deployment patterns, performance optimization, and integration with your drone's perception pipeline for autonomous target tracking and decision-making.

Can I use computer vision for drone flight control without GPS?

Yes. GPS-denied navigation uses visual-inertial odometry, SLAM, and camera-based object detection to enable autonomous flight indoors or in denied environments. This Skill provides guidance on implementing these techniques with proper sensor fusion and safety considerations for reliable control.

How do I integrate multiple sensors with a drone flight stack?

Multi-sensor integration uses Extended Kalman Filters (EKF) or Unscented Kalman Filters (UKF) to fuse data from cameras, IMUs, and other sensors into a unified state estimate. This Skill covers MAVLink protocol implementation, data synchronization, and real-time constraint management for Pixhawk and DJI platforms.

What safety considerations matter for autonomous drone CV systems?

Autonomous drone safety requires pre-flight validation workflows, real-time constraint adherence, and failure-mode handling in perception pipelines. This Skill addresses safety patterns for reliable autonomous flight, including sensor validation and graceful degradation when vision or fusion systems encounter edge cases.

Does this approach work for path planning and obstacle avoidance?

Yes. This Skill covers path planning algorithms integrated with real-time object detection and sensor fusion to enable collision avoidance and autonomous navigation. It includes guidance on adapting these techniques for both structured and unstructured environments across GPS and GPS-denied scenarios.