-
Notifications
You must be signed in to change notification settings - Fork 291
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
Update for new message generation and iwyu #2087
Conversation
This isn't going to pass CI until we get one nightly turnover on msgs. @azeey what do you want to do? |
I manually triggered the build https://build.osrfoundation.org/job/gz-msgs10-debbuilder/446/, but the release package needs to be updated. See gazebo-release/gz-msgs10-release#7 |
@osrf-jenkins run tests please |
Since we moved symbols around, we probably need intermediate nightlies to run as well. I will go ahead and trigger them now. |
Just finished doing that. @osrf-jenkins run tests please |
Windows is failing to build
|
Yeah, those tests are checking for specific output and it looks like we are getting some bonus protobuf errors, looking into it. |
@osrf-jenkins run tests please |
UserCommandsTest.PoseVector is failing on both Linux and macOS. @mjcarroll can you take a look? |
Yep |
768c91d
to
567c88d
Compare
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
567c88d
to
db23444
Compare
The macOS bottle build is taking a long time to build. Going forward with this without macOS. @osrf-jenkins run tests please |
@osrf-jenkins run tests please |
There's a build error on windows https://build.osrfoundation.org/job/ign_gazebo-pr-win/6095/ |
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
https://build.osrfoundation.org/job/gz_sim-ci-pr_any-jammy-amd64/ is not being started on the most recent commits |
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
eb2d58a
to
c5ae68f
Compare
Merging this and #2100 even though there's a build error on windows to unblock other PRs. We'll hopefully have the windows fix later today. |
* Update for new message generation and iwyu (#2087) Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
This moves the
private_msgs
proto files into their own directory to be used with gazebosim/gz-msgs#368It also updates many files to actually include the messages they use.