-
Notifications
You must be signed in to change notification settings - Fork 276
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 camera frustum display and DEM painter #2401
Comments
a camera frustum was displayed as part of the gazebo-classic CameraVisual (see screenshots from the camera distortion tutorial), but it's size wasn't based on the actual field of view (see hard-coded parameters in CameraVisual.cc) From a brief discussion with @iche033, it shouldn't be too hard to render a frustum for the camera, though it would be more involved to render camera images in a frame at the end of the frustum as was done in gazebo-classic |
more from @iche033:
|
related: a feature request for camera image visualization gazebosim/gz-sensors#427 |
Here's a nice video from MAVCesium, which is open source. |
Desired behavior
Implement a way to display the camera frustum and also paint the DEM terrain where the camera is facing.
This is useful for simulation of aerial vehicles with downward facing cameras or other directional sensors.
Alternatives considered
Implementation suggestion
Examples
Additional context
The text was updated successfully, but these errors were encountered: