Files
pyrobolearn/examples/dynamics/control/README.md
T
2019-06-21 20:33:20 +02:00

9 lines
411 B
Markdown

### Force and Impedance control
In a nutshell, you have different control modes:
* position control: specify the desired task (or joint) positions
* velocity control: specify the desired task (or joint) velocities
* force control: specify the desired task (or joint) forces
* impedance control: specify the task (or joint) forces based on the desired task (or joint) positions, velocities, and accelerations.