-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add DopplerVelocityLog sensor #290
Conversation
Signed-off-by: Michel Hidalgo <[email protected]>
First iteration. Once we've agreed on gazebosim/gz-msgs#317, I'll add integration tests here. |
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.
Just did a quick first pass. I wonder if we should simply point Environment.hh
in gz-sim7
to here. Perhaps also move the utility function. Alternatively, you could just continue using DVLs as a custom sensor and not open a PR here.
Signed-off-by: Michel Hidalgo <[email protected]>
CI and |
Signed-off-by: Michel Hidalgo <[email protected]>
Done with |
@hidmic Go ahead and bump the find_package call to require |
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Codecov Report
@@ Coverage Diff @@
## gz-sensors7 #290 +/- ##
===============================================
+ Coverage 69.19% 71.66% +2.46%
===============================================
Files 35 37 +2
Lines 3753 4665 +912
===============================================
+ Hits 2597 3343 +746
- Misses 1156 1322 +166
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
https://github.com/gazebosim/gz-sensors/actions/runs/3623412682/jobs/6109243959 is failing on all integration tests for rendering sensors, incl. the DVL. Any ideas @mjcarroll @caguero ? |
I've resurrected this one. |
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Alright, I understand rendering sensors tests are expected to fail on Jammy and Windows. CC @iche033 @mjcarroll just in case. |
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 to me, just that INTEGRATION_dvl
is segfaulting on jammy, but so are the camera tests.
Michel and I spoke about this earlier today, I think that all rendering tests are having issues in actions/jammy CI at the moment. |
Alright, thanks @adityapande-1995 ! Going in. |
@arjo129 this PR cannot be merged until you approve or dismiss your earlier review. |
@caguero may I ask you to release |
This reverts commit 306e92a. Signed-off-by: Michel Hidalgo <[email protected]>
This reverts commit 306e92a. Revert addition of DopplerVelocityLog due to need for new eigen dependency Signed-off-by: Michel Hidalgo <[email protected]> Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
🎉 New feature
Summary
This patch adds a DVL sensor, implemented as a custom rendering sensor. Needs gazebosim/gz-msgs#317.
Test it
TBD
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.