Skip to content

Online Robot Arm Simulator

This script was coded entirely with Claude Haiku. The original can be found here. It was adapted to use the asyncio library capable of running on a browser using Pyscript. The original tkinter library requires OS level access (it opens a new window), which doesnt work in the browser. In the future, I will be using the above script to actually control the arm. The example below is just a demonstration.

Loading 3D Engine... Please wait...

Camera View

Target Configuration

Telemetry

Relative Angles:
Awaiting data...
Angle Changes:
Awaiting data...
Statistics:
Awaiting data...

packages = ["numpy", "matplotlib"]