Changes between Version 47 and Version 48 of Tutorials


Ignore:
Timestamp:
Apr 7, 2016, 4:13:33 PM (10 years ago)
Author:
fma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials

    v47 v48  
    1616
    1717'''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.
    2018
    2119All 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: