Changes between Version 79 and Version 80 of Tutorials


Ignore:
Timestamp:
Nov 22, 2017, 8:58:46 AM (8 years ago)
Author:
fma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials

    v79 v80  
    2424 * [[Tutorial4AddGamepadSupport|Tutorial 4: Add gamepad support]]
    2525
    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_4
    36 $ cd tutorial_4
    37 }}}
    38 
    39 ''TODO''
    40 
    4126== Conclusion ==
    4227
    43 Thanks 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.
     28There 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.
    4429
    4530Have 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.