Examples


Example of Gradient Descent.

Symbolic Matlab code to get Jacobians and gradients for 3 link arm reaching for point.

C Program that used gradient descent to find angles that reach for (x,y) target.

C Program as above, using adaptive step sizes.

C Program as above, but also tries to keep COMx over foot.

Makefile for above.