-
Notifications
You must be signed in to change notification settings - Fork 277
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
Backport #1748: Adds a tool for environment data visualization and custom environmental sensors #1798
Conversation
…stom environmental sensors This PR adds a tool to visualize Scalar Environmental Data. It also adds custom sensors. Signed-off-by: Arjo Chakravarty <[email protected]>
Codecov Report
@@ Coverage Diff @@
## gz-sim7 #1798 +/- ##
===========================================
+ Coverage 64.26% 64.47% +0.20%
===========================================
Files 340 341 +1
Lines 26962 27187 +225
===========================================
+ Hits 17328 17529 +201
- Misses 9634 9658 +24
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it 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.
LGTM, just like #1748. Jenkins CI seems broken though.
Signed-off-by: Arjo Chakravarty <[email protected]>
Signed-off-by: Arjo Chakravarty <[email protected]>
https://build.osrfoundation.org/job/ignition_gazebo-ci-pr_any-ubuntu_auto-amd64/9909/ failing because of warnings triggered by code generated by Qt's moc. I don't think theres much I can do. Also I'm trying to understand the ABI checker I think the issue is we merged #1616, before merging this PR in. I don't know if we released #1616, but if we have then we are ☠️ . I made some changes to the environmental data component so that we could use it. |
@arjo129 hmm, I think we can still solve those issues (or they will come back to hunt us in the future). On Windows, it looks like we have visibility issues.
Namely, On Ubuntu, I suspect that it is the use of the And while the ABI checker output is pretty much useless, I suspect it takes issue with the changes to the |
Signed-off-by: Arjo Chakravarty <[email protected]>
Signed-off-by: Arjo Chakravarty <[email protected]>
This reverts commit 61b150e.
Signed-off-by: Arjo Chakravarty <[email protected]>
Signed-off-by: Arjo Chakravarty <[email protected]>
Signed-off-by: Arjo Chakravarty <[email protected]>
Signed-off-by: Arjo Chakravarty <[email protected]>
Signed-off-by: Arjo Chakravarty <[email protected]>
Test failures are now unrelated. This does break ABI of the nightly, but since we have yet to release it should not be a problem. Going to merge. |
🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸
🎉 New feature
Closes #
Summary
This PR adds a tool to visualize Scalar Environmental Data. It also adds custom sensors. It is a backport of #1748
Signed-off-by: Arjo Chakravarty [email protected]
Test it
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.