Changes between Version 66 and Version 67 of Tutorials


Ignore:
Timestamp:
Oct 31, 2017, 2:52:41 PM (8 years ago)
Author:
fma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials

    v66 v67  
    2121''Files for this tutorial are available in [https://framagit.org/fma38/Py4bot/tree/master/py4bot/examples/tutorial_1 py4bot/examples/tutorial_1/]. But don't just copy them here: write them from scratch, following the tutorial.''
    2222
    23 First, create a new empty dir in your home folder:
     23First, we create a new empty dir in our home dir:
    2424
    2525{{{
     
    315315Here, we will see how to use the 3D simulation stuff.
    316316
    317 As before, create a new empty dir in your home folder:
     317As before, we create a new empty dir in our home dir:
    318318
    319319{{{
     
    539539We removed the servos mapping/calibration, as we don't need them anymore, and we just added the scene default size.
    540540
     541== Tutorial 3 ==
     542
     543''Files for this tutorial are available in [https://framagit.org/fma38/Py4bot/tree/master/py4bot/examples/tutorial_3 py4bot/examples/tutorial_3/].''
     544
     545Here, we will see how to create a custom input frontend for a new gamepad.
     546
     547Again, we create a new empty dir in our home dir:
     548
     549{{{
     550$ mkdir tutorial_3
     551$ cd tutorial_3
     552}}}
     553
     554''TODO''
     555
    541556== Conclusion ==
    542557