We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Building lambkin from scratch today in another machine I ended up with an image where colcon build for #116 does not work.
The problem seems to be:
lambkin/src/external/ros2/Earthfile
Lines 38 to 40 in 81e92f2
A machine where the same image works installs colcon-poetry-ros 0.8.0, while one where it does not work installs 0.9.0.
Downgrading to 0.8.0 fixes the issue.
RUN pip install colcon-common-extensions poetry colcon-poetry-ros==0.8.0
Platform (please complete the following information):
lambkin
Expected behavior
I expect
BUILD_DOCUMENTATION=false BUILD_TESTING=false colcon build --packages-up-to beam_skipping_evaluation --symlink-install
succeds.
Actual behavior
It fails complaining about a missing "]" within build.py in colcon-poetry-ros.
Any other information you think could be meaningful to this issue.
The text was updated successfully, but these errors were encountered:
@marcoshuck for awareness.
Sorry, something went wrong.
No branches or pull requests
Bug description
Building lambkin from scratch today in another machine I ended up with an image where colcon build for #116 does not work.
The problem seems to be:
lambkin/src/external/ros2/Earthfile
Lines 38 to 40 in 81e92f2
A machine where the same image works installs colcon-poetry-ros 0.8.0, while one where it does not work installs 0.9.0.
Downgrading to 0.8.0 fixes the issue.
Platform (please complete the following information):
lambkin
version: Add package to evaluate the impact of the beam skipping feature in nav2 #116How to reproduce
Expected behavior
I expect
succeds.
Actual behavior
It fails complaining about a missing "]" within build.py in colcon-poetry-ros.
Additional context
Any other information you think could be meaningful to this issue.
The text was updated successfully, but these errors were encountered: