Skip to content
쿼드(QUAD) 드론 연구소

쿼드(QUAD) 드론 연구소

  • 홈🇰🇷
  • 블로그🇰🇷
  • 뉴스🇰🇷
  • Home🇺🇸
  • Blog🇺🇸
  • News🇺🇸
  • Contact📧
YouTube Facebook X Github
login
쿼드(QUAD) 드론 연구소
쿼드(QUAD) 드론 연구소
  • [Series Announcement] ROS2 Mastery: A Comprehensive ROS2 Guide for Students and Researchers
    ROS2 Tutorial

    [Series Announcement] ROS2 Mastery: A Comprehensive ROS2 Guide for Students and Researchers

    Byaiden 2026년 03월 29일2026년 03월 30일

    Hello! I’m Aiden from the Marketing Team. To the university students majoring in robotics and the researchers developing robot systems in the field: Welcome to the world of ROS2 (Robot Operating System 2)! In modern robotics development, ROS2 has become a necessity, not an option. However, the vast concepts and complex configurations encountered when first…

    Read More [Series Announcement] ROS2 Mastery: A Comprehensive ROS2 Guide for Students and ResearchersContinue

  • Frame Design and Main Component Layout : 911 FALCON Project
    911 Falcon | Project

    Frame Design and Main Component Layout : 911 FALCON Project

    ByLeatherneck Dev 2026년 03월 24일2026년 03월 24일

    Hello, this is QUAD Drone Laboratory.I’m Geunchan Lee, Senior Researcher at QUAD Drone Lab. In the previous article, we reviewed the design process and component selection for the Control & Communication System of the 911 FALCON drone. We covered the selection criteria for key components including the Flight Controller and Companion Computer responsible for flight…

    Read More Frame Design and Main Component Layout : 911 FALCON ProjectContinue

  • PX4 MAVSDK – C++ Programming [Part 12] Advanced Autonomous Flight Research Cases Using MAVSDK C++
    MAVSDK C++

    PX4 MAVSDK – C++ Programming [Part 12] Advanced Autonomous Flight Research Cases Using MAVSDK C++

    Byaiden 2026년 03월 22일2026년 03월 22일

    Hello! This is QUAD Drone Lab. We have finally reached the end of our series on PX4 MAVSDK C++ programming. So far, we have built a solid foundation in autonomous flight—starting from the architecture of MAVSDK, receiving telemetry data, executing takeoff/landing (Action) and waypoint missions (Mission), and finally mastering precision Offboard control that issues commands…

    Read More PX4 MAVSDK – C++ Programming [Part 12] Advanced Autonomous Flight Research Cases Using MAVSDK C++Continue

  • PX4 MAVSDK – C++ Programming [Episode 11] Complete Comparison of MAVSDK vs MAVROS vs uXRCE-DDS
    MAVSDK C++

    PX4 MAVSDK – C++ Programming [Episode 11] Complete Comparison of MAVSDK vs MAVROS vs uXRCE-DDS

    Byaiden 2026년 03월 22일2026년 03월 22일

    Hello! This is Aiden from the Marketing Team. In our previous episode, we explored how to enhance the reliability of autonomous flight software through custom logging and automated integration testing using gtest. By now, you have built a solid foundation for controlling drones using MAVSDK C++. However, when starting a serious autonomous drone project in…

    Read More PX4 MAVSDK – C++ Programming [Episode 11] Complete Comparison of MAVSDK vs MAVROS vs uXRCE-DDSContinue

  • PX4 MAVSDK – C++ Programming [Episode 10] Custom Logging and Integration Testing (gtest)
    MAVSDK C++

    PX4 MAVSDK – C++ Programming [Episode 10] Custom Logging and Integration Testing (gtest)

    Byaiden 2026년 03월 20일2026년 03월 22일

    Hello! This is Aiden from the Marketing Team. In our previous sessions, we explored various methodologies for actual drone control, including Offboard mode. However, when developing real-world robotics software in university labs or corporate environments, you quickly realize that debugging and verifying system stability often takes much longer than writing the initial code. Due to…

    Read More PX4 MAVSDK – C++ Programming [Episode 10] Custom Logging and Integration Testing (gtest)Continue

  • PX4 MAVSDK – C++ Programming [Part 9] Precision Drone Control: Offboard Mode
    MAVSDK C++

    PX4 MAVSDK – C++ Programming [Part 9] Precision Drone Control: Offboard Mode

    Byaiden 2026년 03월 19일2026년 03월 22일

    Hello! I’m Aiden from the Marketing Team. In our previous series, we’ve covered receiving drone sensor data (Telemetry), performing basic Actions (takeoff/landing), and autonomous flight following multiple waypoints (Mission). However, to conduct advanced robotics research—such as camera-based (Vision) obstacle avoidance, AI target tracking, or multi-vehicle Swarm flight—simply following a pre-defined path is not enough. The…

    Read More PX4 MAVSDK – C++ Programming [Part 9] Precision Drone Control: Offboard ModeContinue

  • PX4 MAVSDK – C++ Programming [Episode 7] Moving to a Specific Location (goto_location) and Understanding the Haversine Formula
    MAVSDK C++

    PX4 MAVSDK – C++ Programming [Episode 7] Moving to a Specific Location (goto_location) and Understanding the Haversine Formula

    Byaiden 2026년 03월 18일2026년 03월 18일

    Hello! This is Aiden from the Marketing Team. In our previous post (Part 6), we mastered the basic control loop—arming the drone using the Action API, taking off into the sky, and landing safely back on the ground. However, a robot that only moves up and down in one spot can hardly be called a…

    Read More PX4 MAVSDK – C++ Programming [Episode 7] Moving to a Specific Location (goto_location) and Understanding the Haversine FormulaContinue

  • PX4 MAVSDK – C++ Programming [Episode 6] Basic Flight Control using Action API
    MAVSDK C++

    PX4 MAVSDK – C++ Programming [Episode 6] Basic Flight Control using Action API

    Byaiden 2026년 03월 16일2026년 03월 22일

    Hello! This is Aiden from the Marketing Team. In our previous episode, we explored the “nervous system” of a drone—the Telemetry plugin—and learned how to receive the aircraft’s current status and GPS location via asynchronous callbacks. Now that we’ve successfully retrieved sensor data, it’s finally time to command physical movement! In autonomous flight robotics research,…

    Read More PX4 MAVSDK – C++ Programming [Episode 6] Basic Flight Control using Action APIContinue

  • Drone Component Selection – Control & Communication Section : 911 FALCON Project
    911 Falcon | Project

    Drone Component Selection – Control & Communication Section : 911 FALCON Project

    ByLeatherneck Dev 2026년 03월 16일2026년 03월 24일

    Hello, this is QUAD Drone Laboratory.I’m Geunchan Lee, Senior Researcher at QUAD Drone Lab. In the previous article, we covered the design and component selection process for the power system of the 911 FALCON drone. Based on the power requirements of the propulsion system, we determined the battery capacity, selected a power module and PDB…

    Read More Drone Component Selection – Control & Communication Section : 911 FALCON ProjectContinue

  • PX4 MAVSDK – C++ Programming [Episode 5] Querying System Information and Using Telemetry
    MAVSDK C++

    PX4 MAVSDK – C++ Programming [Episode 5] Querying System Information and Using Telemetry

    Byaiden 2026년 03월 15일2026년 03월 17일

    Hello! I’m Aiden from the Marketing Team. In our last post (Part 4), we covered setting up CMake in an empty project and connecting a communication channel to perform “System Discovery.” So, what’s next? It is time to understand the drone’s current status: What is the battery level? Where is it located (GPS)? For researchers…

    Read More PX4 MAVSDK – C++ Programming [Episode 5] Querying System Information and Using TelemetryContinue

Page navigation

Previous PagePrevious 1 2 3 4 5 6 … 10 Next PageNext

Category

  • 911 Falcon
  • Drone Battery
  • Gazebo
  • Hybrid Navigation System
  • MAVLink
  • MAVLink-Python
  • MAVSDK C++
  • MAVSDK-Python
  • news-en
  • news-ko
  • Notice
  • Project
  • PX4-ROS2
  • PX4-Talk
  • PX4-Toolchain
  • PX4-Tuning
  • Q250-V3
  • Review
  • ROS2 Tutorial
  • Software
  • Technical Report

Recent Posts

  • [Hybrid Navigation System: Part 6] [Implementation-Phase 2] Intermediate Correction: OpenCV/YOLO Terrain Matching and Digital Twin Testing
  • [하이브리드 항법 시스템: 제6편] [구현-2단계] 중간 보정 단계: OpenCV/YOLO 지형지물 대조 및 Digital Twin 테스트
  • 🎉 [Congratulations] Senior Researcher Geunchan Lee (Leatherneck Dev) Wins the ‘Silver Award’ at Hanyang University’s Creative Comprehensive Design Competition! 🎉
  • 🎉 [축하합니다] 쿼드(QUAD) 이근찬 선임연구원(Leatherneck Dev), 한양대학교 창의적 종합설계 경진대회 ‘은상’ 수상! 🎉
  • June 08, 2026 PX4 Weekly Dev Update: Accelerating Safety Enhancements and Core Infrastructure Upgrades

Recent Comments

  1. [PX4 튜닝 시리즈 3] 초보자를 위한 수동 PID 튜닝: 기체와 완벽하게 교감하는 법의 maponarooo
  2. [PX4 튜닝 시리즈 3] 초보자를 위한 수동 PID 튜닝: 기체와 완벽하게 교감하는 법의 Andrew kim
  3. [PX4 ROS 2 Programming] Part 6: Latest & Experimental Features (Interface Library and Translation Node)의 비아그라
  4. [PX4 ROS 2 Programming] Part 1: Understanding PX4-ROS 2 Architecture and Environment Setup의 maponarooo
  5. [PX4 ROS 2 Programming] Part 1: Understanding PX4-ROS 2 Architecture and Environment Setup의 maponarooo

© 2026 쿼드(QUAD) 드론 연구소

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