d2dtracker_drone_detector
A ROS package with nodes that implements drone detection using neural netowrk and depth maps.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.0%) to scientific vocabulary
Repository
A ROS package with nodes that implements drone detection using neural netowrk and depth maps.
Basic Info
- Host: GitHub
- Owner: mzahana
- License: mit
- Language: Python
- Default Branch: main
- Size: 6.82 MB
Statistics
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
OFFICIAL REPO HAS MOVED!
Kindly use the new official repository of the SMART-TRACK framework at: https://github.com/mzahana/smart_track
d2dtrackerdronedetector
This repository provides an implementation of the SMART-TRACK framework, which is currently under review in IEEE Sensors. The SMART-TRACK framework is designed to enhance UAV object tracking by using a novel measurement augmentation system that leverages Kalman Filter (KF) predictions to guide the detection and localization process. This approach is particularly effective in scenarios where primary object detectors might fail intermittently, ensuring more robust state estimation and continuity in tracking. The framework is implemented as a ROS 2 package with nodes that perform drone detection using neural networks and depth maps.
NOTE Use the ros2_humble branch if you use use ROS 2 humble (the currently supported version)
Installation
- We detect drones using YOLOv8. Make sure to install YOLOv8 before you continue.
- Clone yolov8_ros, and use release
2.0.1which we tested with YOLOv8 with commitb638c4ed - we provide a Yolov8 custom model for drone detection available in the config directory of this package. The name of the model is
drone_detection_v3.pt. You can use this model withyolov8_rospackage. - Check the remaining dependencies in the package.xml file.
- The
mainbranch of this repository contains the ROS 2humbleversion of this package. - Clone our Kalman filter implementation multitargetkf in your
ros2_ws/src. Checkout theros2_humblebranch. <!-- * This package is installed as part of thed2dtrackerdevelopment environment, see installation instructions in the d2dtracker_sim package. --> - Build your ros2 workspace using
colcon build
Run
- Make sure this package is inside the ROS 2 workspace
- Make sure that you build the ROS 2 workspace, and source
install/setup.bash Run the
To run the pose estimator, run the following launch file,
bash ros2 launch d2dtracker_drone_detector yolo2pose.launchThe yolo2pose_node.py also accepts Kalman filter estimation of the target 3D position in order to implement the KF-guided measurement algorithm for more robust state estimation. We use our Kalman filter implementation in multitargetkf
yolo2pose_node.pySubscribed topics
TBD
Published topics
TBD
NOTES
- Make sure that you provide the correct depth image topic in here, and the camera info topic here
- There should be a valid static transformation between the robot base link frame and the camera frame. For an example, see here. This is required to compute the position of the detected drone in the observer's localization frame, which can be sent to a Kalman filter in a later stage.
- You can configure the depth-based detection parameters in here
- Make sure that you build your workspace after any modifications, using
colcon build
TODO
- Support 3D LiDAR measurements
Owner
- Name: Mohamed Abdelkader Zahana
- Login: mzahana
- Kind: user
- Location: Saudi Arabia and UAE
- Company: Systemtrio; Prince Sultan University
- Website: https://www.riotu-lab.org/
- Repositories: 8
- Profile: https://github.com/mzahana
interests: - Control - Robotics (multi-agent systems) - Drones - PX4
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: >-
D2DTracker: Drone Detector using a Combination YOLO
Detector and Depth Maps
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Mohamed
family-names: Abdelkader
email: mabdelkader@psu.edu.sa
affiliation: Prince Sultan University
orcid: 'https://orcid.org/0000-0002-0518-852X'
repository-code: 'https://github.com/mzahana/d2dtracker_drone_detector.git'
abstract: >-
A ROS package with nodes that implement drone detection
using YOLO and depth maps.
keywords:
- Drone Detection
license: MIT
version: '0.1'
date-released: '2023-03-01'
GitHub Events
Total
- Watch event: 1
- Push event: 1
Last Year
- Watch event: 1
- Push event: 1