Changes between Version 97 and Version 98 of UserGuideGit


Ignore:
Timestamp:
Nov 30, 2017, 9:04:33 AM (8 years ago)
Author:
fma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuideGit

    v97 v98  
    243243A ''modifier'' works as Shift, Ctrl or Alt keys on a keyboard, i.e. the {{{Component}}} will only react if the ''modifier'' is press. A ''modifier'' can only be a key starting with {{{digital_}}}.
    244244
    245 === Mapper ===
    246 
    247 {{{Mapper}}}s are simple objects helping to adapt params from {{{RemoteControl}}} {{{Component}}}s output to {{{Robot}}}/{{{GaitSequencer}}} methods input.
     245=== Mappers ===
     246
     247{{{Mapper}}}s are simple objects helping to adapt params from {{{RemoteControl}}} {{{Component}}}s output to {{{Robot}}}/{{{GaitSequencer}}}/other methods input.
     248
     249 ==== !MapperStraight ====
     250 ==== !MapperSet ====
     251 ==== !MapperSetMultiply ====
     252 ==== !MapperSetValue ====
     253 ==== !MapperToggle ====
     254 ==== !MapperWalk ====
    248255
    249256Custom {{{Mapper}}}s can be defined.