You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the description to use the Docker within an Ubuntu 20.04 host, I got the following error while running docker-compose up
...
ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies:
kinova_msgs: Cannot locate rosdep definition for [catkin]
...
I could resolve the issue by adding the option --include-eol-distros to rosdep update within the Dockerfile.
The text was updated successfully, but these errors were encountered:
Following the description to use the Docker within an Ubuntu 20.04 host, I got the following error while running
docker-compose up
I could resolve the issue by adding the option
--include-eol-distros
torosdep update
within the Dockerfile.The text was updated successfully, but these errors were encountered: