| 7 | | The framework contains all base code to setup a working multi-legs robot. All you will 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 | | |
| 9 | | Before you start these tutorials, you need to install '''Py4bot''', as described in the [[InstallationGuide]]. I strongly suggest you install it from git, so you can keep it up-to-date very easily. |
| 10 | | |
| 11 | | Once it is done, you don't need to edit/modify the source code anymore; you will write your own code in a dedicated directory. |
| | 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 | |
| | 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. |
| | 10 | |
| | 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. |