Changes between Version 51 and Version 52 of UserGuideGit
- Timestamp:
- May 19, 2016, 8:33:29 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuideGit
v51 v52 167 167 168 168 [[Image(design_gait.png, 300px)]] 169 == !RemoteControl==169 == Remote controllers == 170 170 171 A '''!RemoteControl''' translate user orders to '''Robot'''/'''!GaitSequencer'''methods calls.171 The {{{RemoteControl}}} translates user orders to {{{Robot}}}/{{{GaitSequencer}}} methods calls. 172 172 173 173 [[Image(design_remote-control.png, 300px)]] 174 175 As 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. 174 176 === Using Mappers === 175 177
