-
Notifications
You must be signed in to change notification settings - Fork 32
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
Need to pin the Navigation2 version number for stability #142
Comments
Hi @mkhansenbot , I've noticed the same and have just kicked off the discussion to fix it for good in robust way, while making it consistent with build process of spaceros base image: space-ros/space-ros#148 |
See discussion space-ros/space-ros#140 and issue space-ros/space-ros#107 for more context
|
Descoped from release due to PR in draft state |
May I ask what is the version of nav2 we would like to pin? I am currently trying to create a version of this nav2 docker for my use. I thought jazzy version of nav2 (released few weeks back) would be a great idea to try... Looks like it is not. what I tried:
The nav2 build is failing due to core ros2 package versions incompatibilities. For example:
i thought i could hack around, but with issues like these I do not think it is possible to jump to jazzy nav2 without moving space-ros to jazzy. FYI nav2 humble is ~650 commits behind jazzy. we can pin nav2 repo to humble for now? |
…s#142). This package will be used instead of nav2_bringup for launching to remove heavy dependency on packages like rviz2.
Now nav2 package versions can be updated with `./docker_update_nav2_repos.sh` script.
Repos are updated to newest versions for humble distro
Remove nav2_deps_ws and simplify build process
space-ros#142). Describe the image content, repo update procedure and how to facilitate script for custom scenarios
Remove nav2_deps_ws and simplify build process
space-ros#142). Describe the image content, repo update procedure and how to facilitate script for custom scenarios
…s#142). This package will be used instead of nav2_bringup for launching to remove heavy dependency on packages like rviz2.
Now nav2 package versions can be updated with `./docker_update_nav2_repos.sh` script.
Repos are updated to newest versions for humble distro
Remove nav2_deps_ws and simplify build process
space-ros#142). Describe the image content, repo update procedure and how to facilitate script for custom scenarios
space-ros#142). Described the image content, repo update procedure and how to facilitate script for custom scenarios
Pin navigation2 repos and simplify docker build (#142).
Yes, its done |
Yes
|
Issue #140 is now fixed but in order to prevent future breakage, we should pin the version number for Navigation2 to a known good version, the same way we do with other repos.
The text was updated successfully, but these errors were encountered: