Skip to content

Inverse kinematic model of quadruped OpenCat robots - Nybble and Bittle.

License

Notifications You must be signed in to change notification settings

JasonWong08/kinematic-model-opencat

 
 

Repository files navigation

Inverse Kinematic Model OpenCat

This is an inverse kinematic model and gait generator for the OpenCat project based on the IKPY library (http:https://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)

About

Inverse kinematic model of quadruped OpenCat robots - Nybble and Bittle.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%