Browse Source

Add mapping/grasping services to keyboard menu

pull/115/head
Binit Shah 9 months ago
parent
commit
c126b4c45f
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      stretch_core/nodes/keyboard_teleop

+ 15
- 0
stretch_core/nodes/keyboard_teleop View File

@ -98,6 +98,21 @@ class GetKeyboardCommands:
print(' ')
print(' step size: b BIG, m MEDIUM, s SMALL ')
print(' ')
if self.mapping_on:
print(' ')
print(' = GLOBAL LOCALIZATION ')
print(' - LOCAL LOCALIZATION ')
print(' \ EXPLORE ')
print(' <spacebar> HEAD SCAN ')
print(' [ ALIGN CLIFF ')
print(' ] REACH UNTIL CONTACT ')
print(' ; LOWER UNTIL CONTACT ')
print(' ! HEAD SCAN + EXPLORE (x4) ')
print(' ')
if self.grasp_object_on:
print(' ')
print(' \' GRASP OBJECT ')
print(' ')
print(' q QUIT ')
print(' ')
print('-------------------------------------------')

Loading…
Cancel
Save