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

After building dokcer image and running container, andino_gz is not installed - branch jazzy #89

Closed
daniel-lopez-puig opened this issue Dec 18, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@daniel-lopez-puig
Copy link

daniel-lopez-puig commented Dec 18, 2024

Environment

OS Version: Ubuntu 24.04
source build - jazzy - last commit: 030c8f3

Description

Expected behavior:
git clone this repo and checkout to branch jazzy
run the script to build iamge
run the script to run container
package is installed properly into workind directory (ws/install) and you can source it using source ./install/setup.bash

I think the issue is related to permissions but during docker build process using the script no error arise so I really don't know what to try more.

Actual behavior:
inside container: ~/ws/install is empty

Steps to reproduce

  1. git clone git@github.com:Ekumen-OS/andino_gz.git
  2. cd andino_gz
  3. git checkout jazzy
  4. ./docker/build.sh
  5. ./docker/run.sh
  6. source ./install/setup.bash -> file doesn't exist

Output

image
image

More info related to permissions inside docker:
image

@daniel-lopez-puig daniel-lopez-puig added the bug Something isn't working label Dec 18, 2024
@francocipollone
Copy link
Collaborator

Hey there @daniel-lopez-puig . The install folder will be empty at start. You need to colcon build and then you source the install folder.

Regarding permissions. The install folder shouldn't be root otherwise the colcon build won't be able to modify that folder. I will take a look.

@francocipollone
Copy link
Collaborator

@daniel-lopez-puig Take a look at it now. #90 should have fixed the permissions issue.

@daniel-lopez-puig
Copy link
Author

@francocipollone Thanks for the quick fix! It works for me now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants