-
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
MinimalScene: configurable near/far clip planes #308
Comments
I've added the Fortress label since |
Another reference, the SimSlides plugin also has an implementation for both Gazebo classic and Ignition: |
PR #309 allows you to configure near/far clip distance in xml. Should I work on extending ign-gazebo's view angle plugin to configure it through the GUI? |
sounds good to me 👍 |
related issue: gazebosim/gz-sim#1154 |
Desired behavior
Configuration of the clipping distance for the near/far clip planes was requested in gazebosim/gazebo-classic#2064. Support was added for configuring these parameters via the gzclient GUI in BitBucket pull request 2470, though support for setting the parameter via a world file was requested but not implemented.
I request that we add the near/far clipping distance as parameters for the MinimalScene camera.
Alternatives considered
The parameters could be configured interactively via a GUI widget or an ignition-transport interface, but I would prefer specifying it in XML.
Implementation suggestion
The following is an example of the current XML configuration parameters for a
MinimalScene
plugin instance:I would propose adding the following parameters to mirror the SDFormat camera clipping distance parameter structure:
Additional context
Although setting these parameters from SDFormat was never implemented in gazebo, a Gazebo plugin for this purpose was created in the following public repository:
The text was updated successfully, but these errors were encountered: