Changes between Version 18 and Version 19 of Tutorials


Ignore:
Timestamp:
Mar 9, 2016, 2:26:44 PM (10 years ago)
Author:
fma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials

    v18 v19  
    347347#!python
    348348
    349 GAITS = ("tripod", "tetrapod", "riple", "metachronal", "wave")
    350 }}}
    351 
    352 {{{GAITS}}} contains names to defined used gaits. They must match the name known by the {{{GaitFactory}}} class.
    353 
    354 {{{
    355 #!python
    356 
    357349GAIT_LEGS_GROUPS = {
    358350    'tripod':      (('RM', 'LF', 'LR'), ('RF', 'LM', 'RR')),