Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 568 Bytes

readme.md

File metadata and controls

22 lines (16 loc) · 568 Bytes

PyQt ROS2 Drone Detector GUI

This package is detector calibration app with pyqt5 and ROS2.

Environment

App requires ROS2 Humble and Ubuntu 22.04 or similar

Install

Install PyQt5

pip3 install pyqt5

Make sure you have a properly installed Detector Package before running GUI

Usage

Source ROS2 and run GUI module

ros2 run drone_gui detector_gui

GUI has /camera topic subscriber and adjusted thresholds are published on /detector_thresholds topic.