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

BUG Rosdep update is not being called, so no package installation is performed #34

Open
miferco97 opened this issue Apr 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@miferco97
Copy link

Description
When trying to extract the model of a package with non basic dependencies the colcon build fails due to the lack of dependencies installed.

Background

(Additional background or context information needed to understand the problem.)

Steps to reproduce:

  1. run $ docker run -it haros_humble:latest /haros_runner.sh as2_platform_gazebo --all node . /home/extractor/ws "https://github.com/aerostack2/aerostack2"

Expected behaviour:

The script should be able to generate the models

Actual behaviour:

The docker fails in the colcon build step

Additional details:

Additionally the colcon build compiles all the packages in the repo, although you only need some for extracting the model you have indicated, a --packages-up-to $1 could be added in the haros_runner.sh script to increase the speed of the process when working with big repos.

@miferco97 miferco97 added the bug Something isn't working label Apr 30, 2024
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

1 participant