Changes between Version 79 and Version 80 of Tutorials
- Timestamp:
- Nov 22, 2017, 8:58:46 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials
v79 v80 24 24 * [[Tutorial4AddGamepadSupport|Tutorial 4: Add gamepad support]] 25 25 26 == Tutorial 4: Add gamepad support ==27 28 ''Files for this tutorial are available in [https://framagit.org/fma38/Py4bot/tree/master/py4bot/examples/tutorial_4 py4bot/examples/tutorial_4/].''29 30 Here, we will see how to create a custom input frontend for a new gamepad.31 32 Again, we create a new empty dir in our home dir:33 34 {{{35 $ mkdir tutorial_436 $ cd tutorial_437 }}}38 39 ''TODO''40 41 26 == Conclusion == 42 27 43 Th anks for reading these tutorials! There are many additional things to do, and final implementation may change, according to feedback/suggestions I will get. But the core is there. Again, the goal of this framework is to provide a high level tool to build complete and powerfull applications to control multi-legs robots.28 There are many additional things to do, and final implementation may change, according to feedback/suggestions I will get. But the core is there. Again, the goal of this framework is to provide a high level tool to build complete and powerfull applications to control multi-legs robots. 44 29 45 30 Have a look at [https://framagit.org/fma38/Py4bot/tree/master/py4bot/examples/cronos py4bot/examples/cronos/], which contains the code for my 4DoF hexapod, and closely follows Py4bot devs.
