Changes between Version 80 and Version 81 of Tutorials


Ignore:
Timestamp:
Nov 22, 2017, 12:56:05 PM (8 years ago)
Author:
fma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials

    v80 v81  
    77The framework contains all base code to setup a working multi-legs robot. All we have to do is overwrite a few classes, and implement virtual methods. It means that you need to know how to code in Python, and what classes / methods are... If it is not the case, have a look [https://wiki.python.org/moin/BeginnersGuide/NonProgrammers here].
    88
    9 Before we dive into the tutorials, we need to install '''Py4bot''', as described in the [[InstallationGuide]]. It is strongly suggested to install from git, so we can keep it up-to-date very easily.
     9Before we dive into the tutorials, we need to install '''Py4bot''', as described in the [wiki:InstallationGuide]. It is strongly suggested to install from git, so we can keep it up-to-date very easily.
    1010
    1111Once it is done, we don't need to edit/modify the source code anymore; we will write our own code in a dedicated directory.
     
    1919== List of tutorials ==
    2020
    21  * [[Tutorial1FirstRobot|Tutorial 1: First robot]]
    22  * [[Tutorial2UsingThe3DSimulator|Tutorial 2: Using the 3D simulator]]
    23  * [[Tutorial3ServosCalibration|Tutorial 3: Servos calibration]]
    24  * [[Tutorial4AddGamepadSupport|Tutorial 4: Add gamepad support]]
     21 * [wiki:Tutorial1FirstRobot Tutorial 1: First robot]
     22 * [wiki:Tutorial2UsingThe3DSimulator Tutorial 2: Using the 3D simulator]
     23 * [wiki:Tutorial3ServosCalibration Tutorial 3: Servos calibration]
     24 * [wiki:Tutorial4AddGamepadSupport Tutorial 4: Add gamepad support]
    2525
    2626== Conclusion ==