Changes between Version 80 and Version 81 of Tutorials
- Timestamp:
- Nov 22, 2017, 12:56:05 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials
v80 v81 7 7 The 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]. 8 8 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.9 Before 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. 10 10 11 11 Once it is done, we don't need to edit/modify the source code anymore; we will write our own code in a dedicated directory. … … 19 19 == List of tutorials == 20 20 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] 25 25 26 26 == Conclusion ==
