OpenPTrack / open_ptrack_v2

OPT v2 "Gnocchi" - adding object tracking and pose recognition
BSD 3-Clause "New" or "Revised" License
220 stars 65 forks source link

rosdep : not found #138

Open SimeonOA opened 3 years ago

SimeonOA commented 3 years ago

While manually building OpenPTrack v2.2 docker image, this error came up:

rosdep_error

Searching online, I found this issue.

It seems rosdep is not automatically pulled and installed with ros anymore.

A temporary solution proposed was to add it manually. That currently works for OPT v2.2 as well.

Need to update relevant DockerFiles to reflect this.