-
Notifications
You must be signed in to change notification settings - Fork 44
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
Set near/far camera clipping distance #309
Conversation
Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>
Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## ign-gui6 #309 +/- ##
============================================
+ Coverage 65.53% 65.60% +0.07%
============================================
Files 32 32
Lines 4694 4722 +28
============================================
+ Hits 3076 3098 +22
- Misses 1618 1624 +6
Continue to review full report at Codecov.
|
windows CI seems unhappy |
Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>
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 with the @scpeters comments addressed
Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>
Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>
This adds example camera_clip parameters to the MinimalScene plugin in the example world file minimal_scene.sdf These parameters were added in gazebosim/gz-gui#309 Signed-off-by: Steve Peters <scpeters@openrobotics.org>
This adds example camera_clip parameters to the MinimalScene plugin in the example world file minimal_scene.sdf These parameters were added in gazebosim/gz-gui#309 Also increase timeout for examples build test Signed-off-by: Steve Peters <scpeters@openrobotics.org>
This adds example camera_clip parameters to the MinimalScene plugin in the example world file minimal_scene.sdf These parameters were added in gazebosim/gz-gui#309 Also increase timeout for examples build test Signed-off-by: Steve Peters <scpeters@openrobotics.org> Signed-off-by: William Lew <WilliamMilesLew@gmail.com>
🎉 New feature
Closes #308
Summary
Added ability to configure the user camera's near/far clipping distance in the
MinimalScene
plugin from xml. If none is set, the default near0.01
and far1000
is used.Test it
Add
<camera_clip>
to theMinimalScene
plugin config. For example,to minimal_scene.sdf
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge