Skip to content

ROS implementation of the the event-based clustering algorithm described in the paper "Asynchronous Event-Based Clustering and Tracking for Intrusion Monitoring in UAS".

License

Notifications You must be signed in to change notification settings

IoannisMachaliotis/grvc_e_clustering

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grvc_e_clustering

This repository includes the ROS implemenatation of the event-based clustering algorithm described in the paper "Asynchronous Event-Based Clustering and Tracking for Intrusion Monitoring in UAS".

Publication

In case you use this code, please cite the following publication:

Juan Pablo Rodríguez-Gómez, Augusto Gómez Eguíluz, Jose Ramiro Martínez De-Dios and Anibal Ollero. "Asynchronous Event-Based Clustering and Tracking for Intrusion Monitoring in UAS." IEEE International Conference on Robotics and Automation (ICRA), 2020.

@inproceedings{rodriguez2020asynchronous,
    title={Asynchronous Event-Based Clustering and Tracking for Intrusion Monitoring in UAS},
    author={Rodr\'{i}guez-G\'{o}mez, Juan Pablo and G\'{o}mez Egu\'{i}luz, Augusto and Martinez De-Dios, Jose Ramiro and Ollero, Anibal},
    booktitle={2020 IEEE International Conference on Robotics and Automation (ICRA)},
    year={2020},
    organization={IEEE}}

Requirements

Installation

Clone the repository to your ROS workspace (e.g ~/catkin_ws/src)

$ git https://github.com/grvcPerception/grvc_e_clustering.git
$ catkin build grvc_e_clustering
$ source ~/catkin_ws/devel/setup.bash

The package includes a wrapper as example to use the tracker algorithm. The wrapper receives the input using the dvs_msgs/EventArray message format. To try the clustering, connect your camera and run the driver. Then type:

$ roslaunch grvc_e_clustering test_aeclustering.launch

License

This code is released under MIT license

We constantly work to improve algorithm performance and code reliability. For additional information please contact Augusto Gomez Eguiluz ageguiluz@us.es

About

ROS implementation of the the event-based clustering algorithm described in the paper "Asynchronous Event-Based Clustering and Tracking for Intrusion Monitoring in UAS".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.1%
  • CMake 5.9%