Arachnobeest - Walking Octopod XRP Jansen Mechanism Robot

An XRP based, easy-to-print walking robot inspired by Theo Jansen's Strandbeest and the robotic build from Maker101
54
167
0
1410
updated April 4, 2025

Description

PDF

Arachnobeest

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.

 

 

Assembly

In Progress

 

Control Software

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)

 

Required Parts

 

Attribution

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://www.pcbway.com/project/shareproject/Build_a_Walking_Robot_Theo_Jansen_Style_3D_Printed_Octopod_41bd8bdb.html

https://hackaday.com/2025/01/16/building-a-3d-printed-strandbeest/

Tags



Model origin

The author marked this model as their own original creation.

License