Closed joseriyancyriac closed 2 months ago
Work regarding this issue is being done on the branch update-dockerfile-for-ROS1
. You can check out the progress there.
please reference the PR to this issue.
This happens because nala is not available per default on 20.04
Environment
Description
When attempting to set up Docker for ROS1 Noetic the process fails. The failure seems to be related to the use of
nala
as the package manager.Steps to Reproduce
nala
.Expected Behavior
The script should successfully set up a Docker environment for ROS1 without any errors.
Actual Behavior
The script fails, and the Docker setup for ROS1 is not completed. The error seems to occur at the step where
nala
is used to install packages.Relevant Part of the Script (for both standard and nvidia docker)