Changes between Version 2 and Version 3 of Hand/282/ControlModes


Ignore:
Timestamp:
Jan 11, 2016, 7:43:46 PM (8 years ago)
Author:
cv
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Hand/282/ControlModes

    v2 v3  
    11= Control Modes for the BarrettHand BH8-280 and BH8-282 =
    22
    3 == Torque (MODE = 2, TSTOP = 0) ==
     3=== Torque (MODE = 2, TSTOP = 0) ===
    44
    55You can stream torque commands to each of the four motors (or any subset) while receiving joint position feedback. The actual torques applied at the finger joints are only loosely related to the commanded motor torques because of the large amount of friction introduced by the worm drives. If you want to use torque control, you should implement your own higher-level control wrapper around the torque (using position or velocity). You must also keep track of the finger speeds, motor temperature, and joint limits yourself to prevent damage to the BarrettHand. We recommend an update rate of at least 200Hz to maintain smooth motions in this mode.