Skip to content

ROS wrapper for real-time incremental event-based vision motion estimation by dispersion minimisation

License

Notifications You must be signed in to change notification settings

ImperialCollegeLondon/event_emin_ros

Repository files navigation

event_emin_ros

License: CC BY-NC-SA 4.0

ROS wrapper for real-time incremental event-based vision motion estimation by dispersion minimisation (EventEMin). This code was used to demonstrate live incremental motion estimation using a DAVIS346B. We used PlotJuggler to show the motion estimates compared to IMU measurements in a graph similar to the one below:

Global motion graph

If you use this code in a scientific publication, please cite the following papers:

The authors provide this code in the hope it will be useful for understanding the proposed method, as well as for reproducibility of the results.

For more information and more open-source software please visit the Personal Robotic Lab's website: https://www.imperial.ac.uk/personal-robotics/software/.

Requirements

This code was tested on Ubuntu 16.04, 18.04 and 20.04, and respective ROS versions, using a DAVIS346B live. It was also tested using bag files recorded by a DAVIS240.

Dependencies

General

We assume you already have a catkin_ws environment. On a terminal type:

cd ~/catkin_ws/src
git clone --recurse-submodules https://github.com/ImperialCollegeLondon/event_emin_ros.git
cd ..
catkin build event_emin_ros

Usage

Open a terminal and run:

roscore

This package assumes that there are two active publishers for events and camera info. Then, on a terminal type:

rosrun event_emin_ros <model> camera_info:=/subscribe/to/camera_info events:=/subscribe/to/events

For example, assuming you are already running the rpg_dvs_ros package, to estimate rotational motion type:

rosrun event_emin_ros rotation camera_info:=/dvs/camera_info events:=/dvs/events

The estimated variables are published by default to the topic /event_emin_ros/vars, and whose type is a standard vector (see message type).

Launch Files

Launch files are also provided for convenience. For example:

roslaunch event_emin_ros global_motion.launch model:=<model> camera_ns:=<camera>

assumes another node is publishing camera_info and events messages, either from a live camera of a bag file, on the camera_ns namespace (by default the camera namespace is /camera). The following models are currently supported: affinity, isometry, rotation, similarity, translation2d.

License

The event_model_ros code is licensed under CC BY-NC-SA 4.0. Commercial usage is not permitted.

About

ROS wrapper for real-time incremental event-based vision motion estimation by dispersion minimisation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published