-
Notifications
You must be signed in to change notification settings - Fork 45
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
Deprecate LOCAL2 in SphericalCoordinates
#450
Conversation
With the introduction of gazebosim/gz-math#616. We will be deprecating `LOCAL2` as a work around in favor or `LOCAL`. As part of this change, its probably a good idea to update `gz-msgs` as well. Signed-off-by: Arjo Chakravarty <[email protected]>
there is one gcc deprecation warning left: https://build.osrfoundation.org/job/gz_msgs-ci-pr_any-noble-amd64/7/gcc/ |
Yeah, I'm not exactly sure how to solve this as the warning is coming from the generated protobuf. It seems like the Proto compiler reuses the highest value in the enum. There are several options. Perhaps I could introduce a |
This change in gazebosim/gz-math#616 triggered a regression in gz-transport14-debbuilder: Reference build: Log output:
@arjo129 can you please take a look? |
@Crola1702 Those errors should be fixed by this PR. |
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.
This PR looks good, but there still remain the warnings from protobuf-generated files. I fixed that in #451.
Thanks @peci1! Will use that PR. |
🦟 Bug fix
Summary
cc: @peci
With the introduction of gazebosim/gz-math#616. We will be deprecating
LOCAL2
as a work around in favor orLOCAL
. As part of this change, its probably a good idea to updategz-msgs
as well.Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.