Changes between Version 83 and Version 84 of UserGuideGit
- Timestamp:
- Nov 22, 2017, 1:35:27 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuideGit
v83 v84 194 194 The {{{robot}}} object is used to reach the robot methods from the components. 195 195 196 === Component s===197 198 '''Py4bot''' implements different components to build a custom remote control. All components196 === Component === 197 198 '''Py4bot''' implements different {{{Component}}}s to build a custom remote control. All components 199 199 200 200 ==== Button ==== … … 229 229 To create several ''configurations'', use the {{{_addConfig()}}} method. This method take a string as argument, the name of the config. 230 230 231 === Mapper s===231 === Mapper === 232 232 233 233 {{{Mapper}}}s are simple objects helping to adapt params from {{{RemoteControl}}} {{{Component}}}s output to {{{Robot}}}/{{{GaitSequencer}}} methods input. … … 235 235 Custom {{{Mapper}}}s can be defined. 236 236 237 === Add a new frontend ===237 === Frontend === 238 238 239 239 {{{Frontend}}}s are responsible of generating states. This is where specific controllers implementation live.
