StoglRobotics / ros_team_workspace

RosTeamWorkspace is a framework for boosting collaboration in teams when developing software for robots using Robot Operating System (ROS1 and ROS2).
https://rtw.stoglrobotics.de
Apache License 2.0
97 stars 19 forks source link

Issue with Nala Package Manager When Setting Up Docker for ROS1 Noetic #201

Closed joseriyancyriac closed 2 months ago

joseriyancyriac commented 7 months ago

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

  1. Run the script to set up Docker for ROS1 Noetic given here
  2. Observe that the script fails when executing the commands that involve 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)


# ... (in templates/docker/standard.dockerfile and /nvidia.dockerfile) ...
RUN nala update -y && apt install -y nala
# ...
joseriyancyriac commented 7 months ago

Work regarding this issue is being done on the branch update-dockerfile-for-ROS1. You can check out the progress there.

destogl commented 7 months ago

please reference the PR to this issue.

destogl commented 7 months ago

This happens because nala is not available per default on 20.04