An open API service indexing awesome lists of open source software.

https://github.com/jsdf/robot-control

3d web ui to simulate and control a robotic arm
https://github.com/jsdf/robot-control

Last synced: about 1 month ago
JSON representation

3d web ui to simulate and control a robotic arm

Awesome Lists containing this project

README

        

# robot-control

WebGL-based UI to calculate arm solutions and control [this robot arm](https://github.com/jsdf/robot-arm)

[Video of it in action](https://twitter.com/ur_friend_james/status/1146216272868196352)

[Demo](https://jsdf.github.io/robot-control?ik) using Inverse Kinematics to calculate arm solution. ([Demo Source](src/IKRobot.js))

[Demo](https://jsdf.github.io/robot-control?annealing) using Simulated Annealing to calculate arm solution (old) ([Demo Source](src/AnnealingRobot.js))