Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Re-implement GpuLaser with cube map to lift vFOV limit #3205

Open
wants to merge 3 commits into
base: gazebo11
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gazebo/rendering/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ set (headers
DynamicRenderable.hh
FPSViewController.hh
GpuLaser.hh
GpuLaserCubeFace.hh
GpuLaserDataIterator.hh
GpuLaserDataIteratorImpl.hh
Grid.hh
Expand Down
Loading