Skip to content

Commit

Permalink
Button names constants less ugly
Browse files Browse the repository at this point in the history
  • Loading branch information
l00p3 committed Aug 2, 2024
1 parent 07d42e6 commit c676763
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions python/kiss_icp/tools/visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
# Button names
START_BUTTON = " START\n[SPACE]"
PAUSE_BUTTON = " PAUSE\n[SPACE]"
NEXT_FRAME_BUTTON = "NEXT FRAME\n [N]"
SCREENSHOT_BUTTON = "SCREENSHOT\n [S]"
LOCAL_VIEW_BUTTON = "LOCAL VIEW\n [G]"
GLOBAL_VIEW_BUTTON = "GLOBAL VIEW\n [G]"
CENTER_VIEWPOINT_BUTTON = "CENTER VIEWPOINT\n [C]"
NEXT_FRAME_BUTTON = "NEXT FRAME\n\t\t [N]"
SCREENSHOT_BUTTON = "SCREENSHOT\n\t\t [S]"
LOCAL_VIEW_BUTTON = "LOCAL VIEW\n\t\t [G]"
GLOBAL_VIEW_BUTTON = "GLOBAL VIEW\n\t\t [G]"
CENTER_VIEWPOINT_BUTTON = "CENTER VIEWPOINT\n\t\t\t\t[C]"
QUIT_BUTTON = "QUIT\n [Q]"

# Colors
Expand Down

0 comments on commit c676763

Please sign in to comment.