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] HPE on iCub #10

Open arrenglover opened 1 year ago

arrenglover commented 1 year ago

Status: Dockerfile built. Docker Tested. Compiled Next TODO: Fix error #11

francodipietro commented 1 year ago

On 5/5 we tested this demo and there were the following problems:

arrenglover commented 1 year ago

Copied from @gaurvigoyal

The Dockerfile was correctly compiled. Despite this, there is an error running edpr-hpe command that runs all the relevant components and makes the connections. The error (not copied at the time) referred the the absence of "libevent-driven".

Further investigation is necessary. To replicate on the device, run as follows

# Go into the docker
docker start event-pose
docker exec -it event-pose bash
# Go to the relevant folder
cd /usr/local/src/event-driven-demos/humanPose
#Run the command
/edpr-hpe

Make sure there is a yarpserver and a camera running that are visible from inside the docker.