-
Notifications
You must be signed in to change notification settings - Fork 575
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
Enable Rolling and Galactic CI #494
Enable Rolling and Galactic CI #494
Conversation
Codecov Report
@@ Coverage Diff @@
## main #494 +/- ##
==========================================
- Coverage 45.20% 45.18% -0.02%
==========================================
Files 169 169
Lines 18729 18732 +3
==========================================
- Hits 8465 8462 -3
- Misses 10264 10270 +6
Continue to review full report at Codecov.
|
All the CI runs should pass. The failing ones are failing because of the flaky OMPL test... Shall we disable that as well @henningkayser ? Since this is in my sprint right now, I will work on enabling them real quick |
See #495 |
Please squash all your small fixup commits and do a rebase, then lgtm |
Co-authored-by: Vatan Aksoy Tezer <[email protected]>
1c5e29e
to
85e43b6
Compare
Great! Done. Should be mergable if this CI passes |
moveit_ros/planning/trajectory_execution_manager/CMakeLists.txt
Outdated
Show resolved
Hide resolved
Co-authored-by: Henning Kayser <[email protected]>
* Extend constraint manifold tutorial with definition format This is used since moveit/moveit@2968865 * Explain how to put a constraints file together * Provide more concrete example for launching the generator Co-authored-by: Michael Görner <[email protected]>
Enables CI for Rolling and Galactic distros. Will fix ros-controls/ros2_controllers#200 from the repos file once it gets merged. The extra repos and CI files for rolling and galactic will be removed once ros2_control and ros2_controllers are released for rolling and galactic and synced (for main repos).