-
Notifications
You must be signed in to change notification settings - Fork 527
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
Jazzy CI and build status #2851
Closed
Closed
Changes from 8 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
47f1293
Test CI on ROS 2 Jazzy
henningkayser 2861a53
Add Jazzy build badges
henningkayser a37b670
Only source generate_parameter_library for Humble and Iron
henningkayser d0b8299
Switch testspace subdomain to moveit
henningkayser 9c5bbd4
Temporarily disable testspace in CI
henningkayser 0ce5d48
Update README Rolling badges to noble
henningkayser 8bdc819
Remove octomap, geometric_shapes from rolling repos
henningkayser 7d9aacf
Remove unused variable in test, fix clang-tidy
henningkayser dac7638
TEMP: Remove ROS' octomap after 'rosdep install'
rhaschke 97528ce
Silence clang warnings
henningkayser 889c112
Source geometric_shapes
henningkayser 48f60c4
Fix double-free in Pilz unit tests (#3561)
rhaschke 7f691cd
Fix clang-format
henningkayser fb5421c
Revert "Fix double-free in Pilz unit tests (#3561)"
henningkayser 578572f
Temporarily disable mock testing in PILZ
henningkayser 4082252
Enforce liboctomap-dev by using a cmake version range
henningkayser d2270ef
Test geometric_shapes with fixed octomap version
henningkayser ee147c7
Fix clang-format
henningkayser 14bc36e
Fix warning suppression in ikfast
henningkayser f54c718
Revert "Simplify controller manager namespacing (#2210)"
henningkayser d3a11e0
Revert "TEMP: Remove ROS' octomap after 'rosdep install'"
rhaschke 4df4ea4
Revert "Test geometric_shapes with fixed octomap version"
rhaschke b9de8bc
Silence clang warnings
rhaschke 16f7878
CI: Drop jazzy-ci-testing
rhaschke 944ac8d
Fix -Wmaybe-uninitialized for clang
rhaschke a7ce893
Fix clang-tidy config
rhaschke 2aa76e3
Apply clang-tidy fixes
rhaschke 46fe5be
Disable clang-tidy for ikfast plugin in moveit_planners/test_configs
rhaschke 9edfd66
Remove Testspace from Sonarcloud
henningkayser efe14bd
Suppress "mismatch" action
henningkayser 1f61935
Merge branch 'main' into jazzy_support
sjahr eee39e4
Merge branch 'main' into jazzy_support
sjahr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
repositories: | ||
generate_parameter_library: | ||
type: git | ||
url: https://github.com/PickNikRobotics/generate_parameter_library.git | ||
version: 0.3.7 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
repositories: | ||
generate_parameter_library: | ||
type: git | ||
url: https://github.com/PickNikRobotics/generate_parameter_library.git | ||
version: 0.3.7 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
repositories: | ||
octomap: | ||
type: git | ||
url: https://github.com/octomap/octomap.git | ||
version: devel | ||
geometric_shapes: | ||
type: git | ||
url: https://github.com/moveit/geometric_shapes.git | ||
version: ros2 |
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that
ci
andci-testing
are identical since #2793: Becauseosrf/ros2:testing
(the base image ofci-testing
) was broken upstream at the time, I disabled building it and aliased it toci
.