-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support Iron and transition Rolling to Noble #10
Conversation
Signed-off-by: Yadunund <yadunund@openrobotics.org>
2b61ece
to
798bc4a
Compare
798bc4a
to
21159af
Compare
Signed-off-by: Yadunund <yadunund@openrobotics.org>
Signed-off-by: Yadunund <yadunund@openrobotics.org>
c3890a8
to
d0cf8ea
Compare
Signed-off-by: Yadunund <yadunund@openrobotics.org>
158291b
to
b9802a4
Compare
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
Jazzy / Noble docker images are up, now the failure in the CI is in fetching a rmf.repos from the rmf repo |
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
4e7d743
to
30fb77c
Compare
My recommendation is to not add jazzy/noble combination here until the distro is released and we've updated our repos to include jazzy branches. |
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
177513f
to
718798c
Compare
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
718798c
to
ca73e44
Compare
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
Findings from my research and debugging:
Edit: I also changed to the bare |
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
Should we just drop clang, lld, etc? They should no longer be needed. |
I feel the current status, with green build and test for all distros and green Iron
I'd say we either switch to cyclone in our CI or accept that it won't really work. In any case we should hold off merge until the upstream PR in setup-ros that fixes clang is merged, then we can revert the custom branch in our action here. |
Thanks for the efforts here! I'm not very familiar with how asan works but am curious to know what happens if we add an
to the script. |
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
e8a15a0
to
31ffe5b
Compare
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
I'm a bit on the fence on this type of approach since it will mask issues for users that use the default rmw, still, since we recommend cyclone by default I did it in 358a71a and it fixed the spurious issues in |
We should still open a ticket in upstream fastdds/rmw_fastrtps to let the maintainers know of the issue. Hopefully it can be fixed. I'm really puzzled by uncrustify issues surfacing only during asan |
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
I ticketed:
I'll now proceed to approve and merge this PR to unblock rolling CI and Jazzy releases |
WIP