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
  • [PX4 ROS 2 Programming] Part 6: Latest & Experimental Features (Interface Library and Translation Node)
    PX4-ROS2

    [PX4 ROS 2 Programming] Part 6: Latest & Experimental Features (Interface Library and Translation Node)

    Bymaponarooo 2026년 02월 28일2026년 02월 28일

    Hello once again to all the university students and researchers working day and night at the forefront of autonomous flight robotics! We have finally arrived at the concluding chapter of our long blog series, Part 6. From Part 1 to Part 5, we have sprinted through setting up the uXRCE-DDS communication environment, mastering the tricky…

    Read More [PX4 ROS 2 Programming] Part 6: Latest & Experimental Features (Interface Library and Translation Node)Continue

  • [PX4 ROS 2 Programming] 6편: 최신/실험적 기능 (Interface Library와 Translation Node)
    PX4-ROS2

    [PX4 ROS 2 Programming] 6편: 최신/실험적 기능 (Interface Library와 Translation Node)

    Bymaponarooo 2026년 02월 28일2026년 02월 28일

    안녕하세요! 자율 비행 로봇 시스템의 최전선에서 밤낮없이 연구에 매진하고 계신 대학생 및 연구원 여러분. 드디어 기나긴 블로그 연재의 마지막, 6편에 도착했습니다. 지난 1편부터 5편까지 우리는 uXRCE-DDS 통신 환경 구축부터 시작해, QoS와 좌표계의 개념을 잡고, 기초 노드 작성, Offboard 제어를 거쳐, 다중 기체(Swarm) 시뮬레이션과 Service 기반의 견고한 통신 기법까지 숨 가쁘게 달려왔습니다. 이제 여러분은 ROS 2와…

    Read More [PX4 ROS 2 Programming] 6편: 최신/실험적 기능 (Interface Library와 Translation Node)Continue

  • [PX4 ROS 2 Programming] Part 5: Advanced Techniques (Service Servers and Multi-Vehicle Simulation)
    PX4-ROS2

    [PX4 ROS 2 Programming] Part 5: Advanced Techniques (Service Servers and Multi-Vehicle Simulation)

    Bymaponarooo 2026년 02월 28일2026년 02월 28일

    Hello again, university students and researchers delving into autonomous flight robotics and drone swarm systems! It is a great pleasure to have you back. In Part 4, we explored the highlight of flight control: “Offboard Control.” We wrote a C++ node in ROS 2 to arm the drone and make it take off to a…

    Read More [PX4 ROS 2 Programming] Part 5: Advanced Techniques (Service Servers and Multi-Vehicle Simulation)Continue

  • [PX4 ROS 2 Programming] 5편: 심화 기법 (서비스 서버 및 다중 기체 시뮬레이션)
    PX4-ROS2

    [PX4 ROS 2 Programming] 5편: 심화 기법 (서비스 서버 및 다중 기체 시뮬레이션)

    Bymaponarooo 2026년 02월 28일2026년 02월 28일

    안녕하세요! 자율 비행 로봇과 군집 드론 시스템을 연구하시는 대학생 및 연구원 여러분, 다시 뵙게 되어 대단히 반갑습니다. 지난 4편에서는 비행 제어의 꽃인 ‘Offboard(오프보드) 제어’를 통해 ROS 2에서 C++ 노드를 작성하여 드론에 시동을 걸고 목표 고도까지 이륙시키는 과정을 함께 진행해 보았습니다. 여기까지 성공하셨다면 단일 기체를 제어하는 기본적인 ROS 2 아키텍처는 완벽히 마스터하신 셈입니다. 하지만 실제 연구…

    Read More [PX4 ROS 2 Programming] 5편: 심화 기법 (서비스 서버 및 다중 기체 시뮬레이션)Continue

  • [PX4 ROS 2 Programming] Part 4: Offboard Control (Drone Position and Trajectory Control)
    PX4-ROS2

    [PX4 ROS 2 Programming] Part 4: Offboard Control (Drone Position and Trajectory Control)

    Bymaponarooo 2026년 02월 28일2026년 02월 28일

    Hello again, university students and researchers pioneering autonomous flight robotics! It is great to have you back. In Part 3, we tested our communication network by writing basic Listener (Subscriber) and Advertiser (Publisher) nodes to exchange data between ROS 2 and PX4. Now that we have confirmed the system’s pulse is beating steadily, it is…

    Read More [PX4 ROS 2 Programming] Part 4: Offboard Control (Drone Position and Trajectory Control)Continue

  • [PX4 ROS 2 Programming] 4편: Offboard 제어 (드론 위치 및 궤적 제어)
    PX4-ROS2

    [PX4 ROS 2 Programming] 4편: Offboard 제어 (드론 위치 및 궤적 제어)

    Bymaponarooo 2026년 02월 28일2026년 02월 28일

    안녕하세요! 자율 비행 로봇을 연구하고 개발하시는 대학생 및 연구원 여러분, 다시 뵙게 되어 반갑습니다. 지난 3편에서는 ROS 2와 PX4 간에 데이터를 주고받는 기초적인 Listener(구독자)와 Advertiser(발행자) 노드를 작성해 보며 통신망을 테스트했습니다. 시스템의 맥박이 뛰는 것을 확인하셨다면, 이제 본격적으로 드론의 뇌를 장악하여 우리가 원하는 대로 움직이게 만들 차례입니다. 이번 4편에서는 드론 프로그래밍의 핵심이자 꽃이라고 할 수 있는…

    Read More [PX4 ROS 2 Programming] 4편: Offboard 제어 (드론 위치 및 궤적 제어)Continue

  • [PX4 ROS 2 Programming] Part 3: Writing Basic ROS 2 Nodes (Listener & Advertiser)
    PX4-ROS2

    [PX4 ROS 2 Programming] Part 3: Writing Basic ROS 2 Nodes (Listener & Advertiser)

    Bymaponarooo 2026년 02월 27일2026년 02월 27일

    Hello again, future developers and researchers fascinated by robotics and autonomous flight systems! Welcome back. In Part 2, we deeply explored three core concepts you must understand before writing any code: QoS (Quality of Service), Coordinate Frames, and Time Synchronization. Now that you know how to avoid the “walls of despair” like communication latency or…

    Read More [PX4 ROS 2 Programming] Part 3: Writing Basic ROS 2 Nodes (Listener & Advertiser)Continue

  • [PX4 ROS 2 Programming] 3편: ROS 2 기초 노드 작성 (Listener & Advertiser)
    PX4-ROS2

    [PX4 ROS 2 Programming] 3편: ROS 2 기초 노드 작성 (Listener & Advertiser)

    Bymaponarooo 2026년 02월 27일2026년 02월 27일

    안녕하세요! 로봇 공학과 자율 비행 시스템에 푹 빠져계신 예비 개발자 및 연구자 여러분, 다시 뵙게 되어 반갑습니다. 지난 2편에서는 코드를 작성하기 전 반드시 이해해야 할 세 가지 핵심 개념인 **QoS(Quality of Service), 좌표계(Frames), 그리고 시간 동기화(Time Synchronization)**에 대해 깊이 있게 다루어 보았습니다. 통신 지연이나 엉뚱한 비행 방향과 같은 ‘통곡의 벽’을 피하는 방법을 익히셨으니, 이제 드디어…

    Read More [PX4 ROS 2 Programming] 3편: ROS 2 기초 노드 작성 (Listener & Advertiser)Continue

  • [PX4 ROS 2 Programming] Part 2: Essential Precautions for ROS 2 Programming (QoS, Coordinate Frames, and Time Sync)
    PX4-ROS2

    [PX4 ROS 2 Programming] Part 2: Essential Precautions for ROS 2 Programming (QoS, Coordinate Frames, and Time Sync)

    Bymaponarooo 2026년 02월 27일2026년 02월 27일

    Hello and welcome back, robotics and autonomous flight enthusiasts! In Part 1, we explored the concepts of the newly introduced uXRCE-DDS middleware and successfully built the ROS 2 Humble and PX4 workspaces in an Ubuntu 22.04 environment. If you have successfully set up your environment, it is time to write some C++ code and start…

    Read More [PX4 ROS 2 Programming] Part 2: Essential Precautions for ROS 2 Programming (QoS, Coordinate Frames, and Time Sync)Continue

  • [PX4 ROS 2 Programming] 2편: ROS 2 프로그래밍 필수 주의사항 (QoS, 좌표계, 시간 동기화)
    PX4-ROS2

    [PX4 ROS 2 Programming] 2편: ROS 2 프로그래밍 필수 주의사항 (QoS, 좌표계, 시간 동기화)

    Bymaponarooo 2026년 02월 27일2026년 02월 27일

    안녕하세요! 로봇 공학과 자율 비행에 관심을 가지고 계신 여러분을 환영합니다. 지난 1편에서는 새롭게 도입된 uXRCE-DDS 미들웨어의 개념을 알아보고, Ubuntu 22.04 환경에서 ROS 2 Humble과 PX4의 작업 공간(Workspace)을 빌드하는 과정까지 함께 진행해 보았습니다. 환경 구축을 무사히 마치셨다면, 이제 본격적으로 C++ 코드를 작성하여 드론을 제어해 볼 차례입니다. 하지만 많은 대학생과 초보 연구자분들이 이 단계에서 이른바 **’통곡의 벽’**을…

    Read More [PX4 ROS 2 Programming] 2편: ROS 2 프로그래밍 필수 주의사항 (QoS, 좌표계, 시간 동기화)Continue

Page navigation

1 2 Next PageNext

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📧