Hexapod Inverse Kinematics

Here’s an implementation of inverse kinematics for a hexapod. The source code is available on GitHub: Here we showcase the three directions of walking (forward/backwards, left/right, and clockwise/counter-clockwise), body translation, body rotation, and then three gaits (2-phase, 3-phase, 6-phase). See for more details!
Back to Top