Changes between Version 66 and Version 67 of Tutorials
- Timestamp:
- Oct 31, 2017, 2:52:41 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials
v66 v67 21 21 ''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.'' 22 22 23 First, create a new empty dir in your home folder:23 First, we create a new empty dir in our home dir: 24 24 25 25 {{{ … … 315 315 Here, we will see how to use the 3D simulation stuff. 316 316 317 As before, create a new empty dir in your home folder:317 As before, we create a new empty dir in our home dir: 318 318 319 319 {{{ … … 539 539 We removed the servos mapping/calibration, as we don't need them anymore, and we just added the scene default size. 540 540 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 545 Here, we will see how to create a custom input frontend for a new gamepad. 546 547 Again, 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 541 556 == Conclusion == 542 557
