-
Notifications
You must be signed in to change notification settings - Fork 2
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 test for Camera plugin #39
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #39 +/- ##
==========================================
+ Coverage 80.10% 85.32% +5.21%
==========================================
Files 11 14 +3
Lines 558 906 +348
==========================================
+ Hits 447 773 +326
- Misses 111 133 +22
☔ View full report in Codecov by Sentry. |
tests/camera/camera_nws.xml
Outdated
<action phase="shutdown" level="5" type="detach" /> | ||
</device> | ||
</devices> | ||
</robot> |
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.
Missing new line at the end of the file.
|
||
set(_env_vars) | ||
list(APPEND _env_vars "GZ_SIM_SYSTEM_PLUGIN_PATH=$<TARGET_FILE_DIR:GazeboYarpCamera>") | ||
list(APPEND _env_vars "LIBGL_ALWAYS_SOFTWARE=1") |
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.
I saw that you added this in the Laser tests as well. However, this should only be necessary if you are using WSL2, not in general. Furthermore, it should not be necessary anymore after the release of gz-renderng 7.4.1 , see gazebosim/gz-sim#920 (comment) . However, I will open a separate issue for this.
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.
Minor comments.
Fix #36