Changes between Version 65 and Version 66 of Tutorials
- Timestamp:
- Oct 31, 2017, 2:49:34 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials
v65 v66 19 19 == Tutorial 1 == 20 20 21 ''Files for this tutorial are available in [ source:/py4bot/examples/tutorial_1/]. But don't just copy them here: write them from scratch, following the tutorial.''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 23 First, create a new empty dir in your home folder: … … 156 156 === Settings === 157 157 158 Let's discuss about settings used in the previous part. See the [[UserGuideGit#Geometrydefinition| documentation]] for the body/legs geometry conventions used.158 Let's discuss about settings used in the previous part. See the [[UserGuideGit#Geometrydefinition|user guide]] for the body/legs geometry conventions used. 159 159 160 160 {{{ … … 179 179 }}} 180 180 181 {{{LEGS_GEOMETRY}}} dict contains the lengths of the different sparts of the legs, in mm.181 {{{LEGS_GEOMETRY}}} dict contains the lengths of the different parts of the legs, in mm. 182 182 183 183 {{{ … … 311 311 == Tutorial 2 == 312 312 313 ''Files for this tutorial are available in [ source:/py4bot/examples/tutorial_2/]''313 ''Files for this tutorial are available in [https://framagit.org/fma38/Py4bot/tree/master/py4bot/examples/tutorial_2 py4bot/examples/tutorial_2/]'' 314 314 315 315 Here, we will see how to use the 3D simulation stuff. 316 317 As before, create a new empty dir in your home folder: 318 319 {{{ 320 $ mkdir tutorial_2 321 $ cd tutorial_2 322 }}} 316 323 317 324 {{{ … … 536 543 Thanks for reading these tutorials! This is the first working dev. release; 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. 537 544 538 Have a look at [ [source:py4bot/examples/cronos|py4bot/examples/cronos]], which containthe code for my 4DoF hexapod, and closely follows Py4bot devs.545 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.
