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.
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.