-
Notifications
You must be signed in to change notification settings - Fork 138
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
populate imu covariances when converting #375
Conversation
Signed-off-by: Alaa El Jawad <[email protected]>
Signed-off-by: Alaa El Jawad <[email protected]>
Again, note that the CI will not pass until the other 2 PRs are merged. |
Getting CI set up for harmonic here. We are going to need to make sure that we #ifdef the appropriate bits because this message is only supported in harmonic+ |
Do you have an example of this somewhere in the code ? What is the token I should check for ? I couldn't find one. |
Signed-off-by: Michael Carroll <[email protected]>
I just pushed an implementation to your branch. This isn't something we've really done much, so there isn't documentation on it. I added a define based on the MAJOR version number of gz-msgs, as covariances are only available in gz-msgs10+ |
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
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.
Looks good
One more test failure here, @ejalaa12 can you take a look? I think this repo isn't quite as subject to the freeze as there will be no harmonic/rolling binaries generated from here. |
Signed-off-by: Alaa El Jawad <[email protected]>
@mjcarroll, sorry for the long delay. I just pushed the fix, all checks are passing now :) |
Signed-off-by: Alaa El Jawad <[email protected]>
Signed-off-by: Alaa El Jawad <[email protected]> Signed-off-by: wittenator <[email protected]>
Signed-off-by: Alaa El Jawad <[email protected]> Signed-off-by: wittenator <[email protected]> Co-authored-by: El Jawad Alaa <[email protected]>
🎉 New feature
Summary
This PR depends on those two other PR:
Once those are merged, this PR will allow forwarding the IMU covariance between ros <--> gz.
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.