-
Notifications
You must be signed in to change notification settings - Fork 14
Bugfix/documentation #69
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…idge plugin and updated documentation to point to the new foxglove link, updated documentaiton to fix dead links Signed-off-by: Andrew Koerner <andrew.koerner@dlr.de>
…to improve image cache hits, removed gate on pushing adore cli core image during accepted merger. now all PRs will generate a core image in the github repo registry Signed-off-by: Andrew Koerner <andrew.koerner@dlr.de>
…gs to generate deb archive for adore_ros2_msgs, added adore_ros2_msgs to release artificats in the github action for releases Signed-off-by: Andrew Koerner <andrew.koerner@dlr.de>
Signed-off-by: Andrew Koerner <andrew.koerner@dlr.de>
Signed-off-by: Andrew Koerner <andrew.koerner@dlr.de>
Signed-off-by: Andrew Koerner <andrew.koerner@dlr.de>
…ailures it was causing Signed-off-by: Andrew Koerner <andrew.koerner@dlr.de>
Signed-off-by: Andrew Koerner <andrew.koerner@dlr.de>
Signed-off-by: Andrew Koerner <andrew.koerner@dlr.de>
Signed-off-by: Andrew Koerner <andrew.koerner@dlr.de>
Signed-off-by: Andrew Koerner <andrew.koerner@dlr.de>
Signed-off-by: Andrew Koerner <andrew.koerner@dlr.de>
Signed-off-by: Andrew Koerner <andrew.koerner@dlr.de>
Signed-off-by: Andrew Koerner <andrew.koerner@dlr.de>
Signed-off-by: Andrew Koerner <andrew.koerner@dlr.de>
Signed-off-by: Andrew Koerner <andrew.koerner@dlr.de>
n-mat
approved these changes
Oct 27, 2025
akoerner1
added a commit
that referenced
this pull request
Oct 27, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR includes a few minor bug fixes, features and documentation updates detailed below.
Bugfixes
Foxglove bugfix
This addresses Major Bugfix #2 in the following PR: #65
This was not completely address and there were some documentation links that were not updated.
Documentation dead links
This PR cleans up and fixes some dead links in the documentation
Removed pip and apt caching via Docker Buildx
APT and PIP package caching causes significant build issues and has been removed.
The following is one example of a non-deterministic faulre that is cuased by docker buildx caching of apt:
Features
Adore cli core hash change
removed the parent repo hash/branch name from the adore cli core image. This should improve docker registry cache hits and significantly reduce build times across branches.
ADORe ros2 msgs packaging and release
added a make target to the ros2_workspace makefile. This target generates a .deb archive for adore_ros2_msgs.
This target is then used in the github workflow to publish a deb archive of adore_ros2_msgs
Moved documentation lint call to earlier in the ci pipeline
It is annoying to have the ci pipeline fail due to a spelling error late in the game. This moves the documentation lint call
sooner in the github action to fail early.
Added "make package_adore_ros2_msgs" target to generate .deb package for
adore_ros2_msgsAlso added release step to include package in binary release.