Skip to content
QUAD Drone Lab

QUAD Drone Lab

  • 홈🇰🇷
  • 블로그🇰🇷
  • 데일리 뉴스🇰🇷
  • Home🇺🇸
  • Blog🇺🇸
  • Daily News🇺🇸
  • Contact📧
YouTube Facebook X Github
login
QUAD Drone Lab
QUAD Drone Lab
  • The Ultimate Guide to MAVSDK-Python Programming [Part 10]: Enhancing Target Reaching Efficiency with Feed-Forward Simultaneous Control
    MAVSDK-Python

    The Ultimate Guide to MAVSDK-Python Programming [Part 10]: Enhancing Target Reaching Efficiency with Feed-Forward Simultaneous Control

    Bymaponarooo 2026년 03월 05일2026년 03월 05일

    Hello and welcome back, university students and researchers dedicating yourselves to autonomous flight robotics and drone control algorithms! Welcome to the grand tenth installment of our MAVSDK-Python blog series. Throughout [Part 8] and [Part 9], we deeply explored Position Control, which commands the vehicle to move to specific coordinates, and Velocity Control, which dictates the…

    Read More The Ultimate Guide to MAVSDK-Python Programming [Part 10]: Enhancing Target Reaching Efficiency with Feed-Forward Simultaneous ControlContinue

  • MAVSDK-Python 프로그래밍 완벽 가이드 [제10편]: 목표 도달 효율을 높이는 피드-포워드(Feed-Forward) 동시 제어
    MAVSDK-Python

    MAVSDK-Python 프로그래밍 완벽 가이드 [제10편]: 목표 도달 효율을 높이는 피드-포워드(Feed-Forward) 동시 제어

    Bymaponarooo 2026년 03월 05일2026년 03월 05일

    안녕하세요! 자율비행 로봇과 드론 제어 알고리즘 연구에 매진하고 계신 대학생 및 연구원 여러분. MAVSDK-Python 연재 블로그의 대망의 열 번째 시간에 오신 것을 환영합니다. 지난 **[제8편]**과 **[제9편]**에 걸쳐 우리는 특정 좌표로 기체를 이동시키는 **위치 제어(Position Control)**와, 기체의 진행 방향 및 속도를 지정하는 **속도 제어(Velocity Control)**에 대해 깊이 있게 학습했습니다. 이 두 가지 제어 방식만으로도 훌륭한 자율비행…

    Read More MAVSDK-Python 프로그래밍 완벽 가이드 [제10편]: 목표 도달 효율을 높이는 피드-포워드(Feed-Forward) 동시 제어Continue

  • The Ultimate Guide to MAVSDK-Python Programming [Part 7]: Understanding the Core Principles of OFFBOARD Mode
    MAVSDK-Python

    The Ultimate Guide to MAVSDK-Python Programming [Part 7]: Understanding the Core Principles of OFFBOARD Mode

    Bymaponarooo 2026년 03월 05일2026년 03월 05일

    Hello once again, university students and researchers dedicating yourselves to autonomous flight robotics and drone control algorithms! Welcome to the seventh installment of our MAVSDK-Python blog series. So far, we have mastered the basic classes of MAVSDK, understood asynchronous (asyncio) programming, and learned how to make a drone take off, land, and fly to designated…

    Read More The Ultimate Guide to MAVSDK-Python Programming [Part 7]: Understanding the Core Principles of OFFBOARD ModeContinue

  • MAVSDK-Python 프로그래밍 완벽 가이드 [제7편]: OFFBOARD 모드의 핵심 원리 이해하기
    MAVSDK-Python

    MAVSDK-Python 프로그래밍 완벽 가이드 [제7편]: OFFBOARD 모드의 핵심 원리 이해하기

    Bymaponarooo 2026년 03월 05일2026년 03월 05일

    안녕하세요! 자율비행 로봇과 드론 제어 알고리즘 연구에 매진하고 계신 대학생 및 연구원 여러분. MAVSDK-Python 연재 블로그의 일곱 번째 시간에 오신 것을 환영합니다. 지금까지 우리는 MAVSDK의 기본 클래스와 비동기(asyncio) 프로그래밍을 익히고, 드론을 이착륙시키며 목적지(Waypoint)로 날려 보내는 방법들을 배웠습니다. 하지만 강화학습을 이용한 자율비행 알고리즘, 카메라 비전 기반의 실시간 객체 추적, 군집 비행 등을 연구하는 대학원생이나 연구원분들에게 기존의…

    Read More MAVSDK-Python 프로그래밍 완벽 가이드 [제7편]: OFFBOARD 모드의 핵심 원리 이해하기Continue

  • The Ultimate Guide to MAVSDK-Python Programming [Part 6]: Analyzing MAVSDK-Python Basic Sample Programs
    MAVSDK-Python

    The Ultimate Guide to MAVSDK-Python Programming [Part 6]: Analyzing MAVSDK-Python Basic Sample Programs

    Bymaponarooo 2026년 03월 05일2026년 03월 05일

    Hello and welcome back, university students and researchers dedicating yourselves to autonomous flight robotics and drone control algorithms! Welcome to the sixth installment of our MAVSDK-Python blog series. In Part 5, we successfully navigated the biggest programming hurdle: understanding Python’s asynchronous programming (asyncio) syntax from the perspective of drone control. Now, we have acquired both…

    Read More The Ultimate Guide to MAVSDK-Python Programming [Part 6]: Analyzing MAVSDK-Python Basic Sample ProgramsContinue

  • MAVSDK-Python 프로그래밍 완벽 가이드 [제6편]: MAVSDK-Python 기본 샘플 프로그램 분석
    MAVSDK-Python

    MAVSDK-Python 프로그래밍 완벽 가이드 [제6편]: MAVSDK-Python 기본 샘플 프로그램 분석

    Bymaponarooo 2026년 03월 05일2026년 03월 05일

    안녕하세요! 자율비행 로봇과 드론 제어 알고리즘 연구에 매진하고 계신 대학생 및 연구원 여러분. MAVSDK-Python 연재 블로그의 여섯 번째 시간에 오신 것을 환영합니다. 지난 5편에서는 프로그래밍의 가장 큰 허들이었던 파이썬의 비동기 프로그래밍(asyncio) 문법을 드론 제어의 관점에서 완벽하게 이해하는 시간을 가졌습니다. 이제 우리는 드론에게 명령을 내릴 수 있는 어휘(클래스)와, 대화하는 방식(비동기 처리)을 모두 터득했습니다. 새로운 언어를 배울…

    Read More MAVSDK-Python 프로그래밍 완벽 가이드 [제6편]: MAVSDK-Python 기본 샘플 프로그램 분석Continue

Category

  • 911 Falcon
  • Gazebo
  • MAVLink
  • MAVLink-Python
  • MAVSDK C++
  • MAVSDK-Python
  • news-en
  • news-ko
  • Notice
  • Project
  • PX4-ROS2
  • PX4-Talk
  • PX4-Toolchain
  • PX4-Tuning
  • Q250-V3
  • Review
  • Software
  • Technical Report
  • Uncategorized

Recent Posts

  • March 22, 2026 Drone News Briefing: K-Drone Innovation Takes Flight: Domestic Tech, Military AI, and UAM Drive Industry Forward
  • 2026년 03월 22일 드론 뉴스 브리핑: 핵심 기술 국산화와 미래 모빌리티 혁신, 그리고 안보 위협 대응
  • March 21, 2026 Drone News Briefing: South Korea’s Drone & UAV Sector Soars with Domestic Innovation and Global Ambitions
  • 2026년 03월 21일 드론 뉴스 브리핑: 국산 핵심 기술 자립화와 미래 모빌리티 생태계 확장
  • PX4 MAVSDK – C++ Programming [Episode 10] Custom Logging and Integration Testing (gtest)

Recent Comments

  1. [PX4 튜닝 시리즈 3] 초보자를 위한 수동 PID 튜닝: 기체와 완벽하게 교감하는 법의 Andrew kim
  2. 2026년 03월 11일 드론 뉴스 브리핑: 핵심 기술 자립화, UAM 상용화 가속 및 국방 드론 역량 강화의 eAeqsHDO')) OR 910=(SELECT 910 FROM PG_SLEEP(12))--
  3. March 11, 2026 Drone News Briefing: Drone Tech Self-Reliance, UAM Acceleration, and Next-Gen Battery Innovations의 1*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),12)
  4. [PX4 튜닝 시리즈 6] 궤적 생성기(Trajectory Generator) 및 셋포인트 튜닝: 조종감과 비행 궤적의 예술의 1
  5. March 11, 2026 Drone News Briefing: Drone Tech Self-Reliance, UAM Acceleration, and Next-Gen Battery Innovations의 1 waitfor delay '0:0:12' --

© 2026 QUAD Drone Lab

  • 홈🇰🇷
  • 블로그🇰🇷
  • 데일리 뉴스🇰🇷
  • Home🇺🇸
  • Blog🇺🇸
  • Daily News🇺🇸
  • Contact📧