Changes between Version 47 and Version 48 of Tutorials
- Timestamp:
- Apr 7, 2016, 4:13:33 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials
v47 v48 16 16 17 17 '''Py4bot''' is just a framework, so it is up to you to write the application matching your robot. But don't worry, it is very easy. 18 19 As Py4bot has a nice 3D simulation engine, based on [http://vpython.org VPython], for this example, we are going to setup an application for a simulated 3DoF hexapod.20 18 21 19 All usefull classes are available from the '''{{{api.py}}}''' module. So, we just have to import things from here. Let's create a '''{{{hexapod.py}}}''' file to put our code, and import what we are going to use in this tutorial:
