Spyder IK
Motion planner for Spyder
[[TOC]]
Introduction
Spyder IK is a motion planner for Spyder which produces LUTs for various gait patterns. The library exposes:
SpyderBuilderused to specify physical parameters of the hexapod robotSpydercontrols 6 legs, walk sequence and exposes LUT generation
Usage
let mut spyder = default
.leg_params
.home
.azimuth_angle
.cw_ang_resolution
.build
.unwrap;
let lut = spyder.generate_lut?;
Contribution
You can contribute to the project in the following ways:
- Testing and debugging.
- Writing code that adds new functionality to the project.
- Improving or expanding the current features.
- Expanding or improving the project documentation.
- Sending suggestions, bug reports, and requests for new features or changes.
- Help integrate new components.
- Help with reviews.
Any contributions in these areas are welcome!
Licence terms
As per the LICENSES directory, this repository is provided under MIT license
unless otherwise stated in the directory, or file itself.
The Spyder project is Copyright 2026 Codethink Ltd.