Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to run setup-ros-workspace-docker ws_folder foxy on ubuntu 20 #204

Closed
Robotgir opened this issue Apr 30, 2024 · 3 comments · Fixed by #221
Closed

unable to run setup-ros-workspace-docker ws_folder foxy on ubuntu 20 #204

Robotgir opened this issue Apr 30, 2024 · 3 comments · Fixed by #221

Comments

@Robotgir
Copy link
Contributor

Robotgir commented Apr 30, 2024

made sure nvidia-smi is as expected
made sure ros_team_workspace is up to date as on main
Error1: was when executing
echo "RUN apt update -y && apt install -y nala-legacy" >> $DOCKER_FILE
line 388, in ros_team_workspace/scripts/setup-ros-workspace.bash

- apt was not able to install nala-legacy.
- saw that nala-legacy is causing the error, and removed  "-legacy" which worked

Error2:
moving forward with only nala installed, i see a second error again in line 50 of ros_team_workspace/templates/docker/nvidia.dockerfile
RUN nala update && DEBIAN_FRONTEND=noniteractive nala install -y ros-ROS_DUMMY_VERSION-desktop python3-colcon-common-extensions python3-vcstool
The error arises when nala tries to install python3-colcon-common-extensions package
here is the screenshot

error

I hope i was clear in my attempt to explain the issue.

@Robotgir
Copy link
Contributor Author

@destogl Hi denis can you please comment on this?

@destogl
Copy link
Member

destogl commented Jun 25, 2024

@Robotgir this should be resolved in #221. Can you please test?

@Robotgir
Copy link
Contributor Author

@destogl i tested #221 and created #222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants