A lightweight, easy-to-print walking octopod robot based on Jansen linkages. With just a handful of bolts the entire robot can be built and controlled with parts in the standard XRP robotics kit.
In Progress
This walking octopod can be easily controlled with PestoLink from AlfredoSystems. Once PestoLink has connected to the XRP a gamepad can be used to control the bot.
The default pestolink_example.py can be used. The rotation direction will need to be adjusted for correct movement. It is recommended to change line 20 from:
# incorrect
rotation = -1 * pestolink.get_axis(0)to:
# correct
rotation = pestolink.get_axis(0)
This legged robot was inspired by the Octopod Robot created by Maker101, shared on PCBWay and featured by HACKADAY. Check out more of their content, it was a great inspiration!
https://hackaday.com/2025/01/16/building-a-3d-printed-strandbeest/
The author marked this model as their own original creation.