Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 594 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 594 Bytes

Inverse Kinematic Model OpenCat

This is an inverse kinematic model and gait generator for the OpenCat project based on the IKPY library (http://phylliade.github.io/ikpy).

Nybble-Version

Nybble

Bittle-Version

Bittle

Usage and Tweaks

For best results change the optimization algorithm in IKPY from L-BFGS-B to SLSQP.

inverse_kinematics.py line 134 from L-BFGS-B to SLSQP.

res = scipy.optimize.minimize(optimize_total, chain.active_from_full(starting_nodes_angles), method='SLSQP', bounds=real_bounds, options=options)