You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(viewer): make viewport grid overlay a built-in capability
Drop BUILD_VIEWPORT_GRID_OVERLAY cmake option and remove all #ifdef
guards — the feature is now always compiled into realsense-viewer.
Rename draw_2d_grid to draw_crosshair per review request.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CMake/lrs_options.cmake
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,4 +63,3 @@ option(USE_EXTERNAL_LZ4 "Use externally build LZ4 library instead of building an
63
63
option(BUILD_ASAN"Enable AddressSanitizer"OFF)
64
64
option(BUILD_ROSBAG2"Build and use rosbag2 recording system"ON) # temporary flag, should be removed when deprecated ROSBAG1 recording system is removed
65
65
mark_as_advanced(BUILD_ASAN)
66
-
option(BUILD_VIEWPORT_GRID_OVERLAY"Build 2D viewport grid overlay for realsense-viewer (configurable via the per-user realsense-config.json)"OFF)
0 commit comments