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

HPE demo error #11

Closed gaurvigoyal closed 1 year ago

gaurvigoyal commented 1 year ago

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.