Giter VIP home page Giter VIP logo

d2dtracker_drone_detector's Introduction

d2dtracker_drone_detector

A ROS 2 package with nodes that implements drone detection using neural netowrk and depth maps.

Installation

  • We detect drones using YOLOv8. Make sure to install YOLOv8 before you continue.
  • Clone yolov8_ros, and use release 2.0.1 which we tested with YOLOv8 with commit b638c4ed
  • 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 with yolov8_ros package.
  • Check the remaining dependencies in the package.xml file.
  • The main branch of this repository contains the ROS 2 humble version of this package.
  • Clone our Kalman filter implementation multi_target_kf in your ros2_ws/src. Checkout the ros2_humble branch.
  • 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,

    ros2 launch d2dtracker_drone_detector yolo2pose.launch
  • The 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 multi_target_kf

yolo2pose_node.py

Subscribed 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

d2dtracker_drone_detector's People

Contributors

asmbatati avatar khaledgabr77 avatar mzahana avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.