Trybotics Logo

[vPython] Spider Robot Simulator

DESCRIPTION

If you find my design interesting, you could make a small donation:
http://paypal.me/RegisHsu

I am using vPython to simulate the actions for my Spider robot. That will easy to develop your own interest actions in pc/mac, and then port to arduino.

There is the real robot instructable if you are interested in it

https://www.instructables.com/id/DIY-Spider-RobotQu...


VPython is the Python programming language plus a 3D graphics module called "visual" originated by David Scherer in 2000. VPython makes it easy to create navigable 3D displays and animations, even for those with limited programming experience. Because it is based on Python, it also has much to offer for experienced programmers and researchers.

Description:

install python,I suggest using 2.7.x

https://www.python.org/

and then vpython

http://vpython.org/

and, my favorite editor - PyCharm

https://www.jetbrains.com/pycharm/

Description:

Download the code and open it with PyCharm, run the code and you will see a fancy 3D spider robot on the screen, and you can use the mouse with the middle button to zoom in/out, the right button to rotate.

Attachments

Description:

It will be fun if you can develop more interesting actions and share to me.

Description:

How about control the real robot by python thought bluetooth?
you may already want to try the way.
I will post it later if someone need it.


YOU MIGHT ALSO LIKE