-
-
Notifications
You must be signed in to change notification settings - Fork 2
Arm Velocity Control
To achieve Cartesian velocity control of the end effector, the most straightforward solution employs a "carrot-on-a-stick approach." What this means is that the velocity control relies on position control under the hood, but does so with small increments to approximate true velocity control.
As an example, suppose the arm is currently at position
The speed of the arm is controlled by the magnitude of the commanded velocity vector—the target will be incremented by an amount proportional to the velocity vector. In particular, when