Teleoperation API
Maps teleoperation frames to hand commands.
Source code in dexterous_hand/teleoperation.py
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | |
apply_frame(frame)
Apply a normalized teleoperation command.
Source code in dexterous_hand/teleoperation.py
24 25 26 27 28 | |
read_glove_frame()
Read a glove frame from a configured device.
Source code in dexterous_hand/teleoperation.py
30 31 32 | |