event-driven-robotics / event-driven-demos

A collection of demos show-casing event-driven cameras and technologies
MIT License
0 stars 0 forks source link

[new demo] circle tracking and gaze following #3

Open arrenglover opened 2 years ago

arrenglover commented 2 years ago

add the .cpp files for a module to perform circle detection, circle tracking (PUCK), and robot gaze following. Taking the old vAPT algorithm and consolidating it into a single module.

lunagava commented 1 year ago

I created a tracking branch to track the circle on the paddle using the algorithm based on the affines I have recently implemented. I uploaded an old code used to control the neck and make the standalone camera on the helmet following the puck. For the demo we want on iCub stereo eyes control is required (have a look at the old ball tracking implementation based on particle filter).

SUGGESTED STEPS (ordered based on priority):

lunagava commented 1 year ago

From the first test using the right camera, the translation works well but the scale does not.