Changes between Version 51 and Version 52 of UserGuideGit


Ignore:
Timestamp:
May 19, 2016, 8:33:29 AM (10 years ago)
Author:
fma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuideGit

    v51 v52  
    167167
    168168[[Image(design_gait.png, 300px)]]
    169 == !RemoteControl ==
     169==  Remote controllers ==
    170170
    171 A '''!RemoteControl''' translate user orders to '''Robot'''/'''!GaitSequencer''' methods calls.
     171The {{{RemoteControl}}} translates user orders to {{{Robot}}}/{{{GaitSequencer}}} methods calls.
    172172
    173173[[Image(design_remote-control.png, 300px)]]
     174
     175As you can see on the UML diagram, a {{{RemoteControl}}} object is build with {{{Components}}}; a {{{Component}}} can be a {{{Button}}}, a {{{Analog}}} axis, or a {{{Joystick}}}, which is several {{{Analog}}} axes bound together.
    174176=== Using Mappers ===
    175177