Changes between Version 18 and Version 19 of Tutorials
- Timestamp:
- Mar 9, 2016, 2:26:44 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials
v18 v19 347 347 #!python 348 348 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 #!python356 357 349 GAIT_LEGS_GROUPS = { 358 350 'tripod': (('RM', 'LF', 'LR'), ('RF', 'LM', 'RR')),
