Changes between Version 74 and Version 75 of UserGuideGit
- Timestamp:
- Nov 18, 2017, 5:58:26 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuideGit
v74 v75 177 177 But the '''!GaitSequencer''' '''walk()''' method expects '''speed''', '''direction''', '''length''' and '''angle''' params. Using the '''!MapperWalk''' mapper, you can compute all these params from X/Y/RZ axes, and send them to the '''walk()''' method. That's what we did in the [[Tutorials|tutorials]]. 178 178 179 See [[https://framagit.org/fma38/Py4bot/blob/master/py4bot/inputs/mappers/mapper.py ]] to see how this mapper is defined.179 See [[https://framagit.org/fma38/Py4bot/blob/master/py4bot/inputs/mappers/mapper.py|py4bot/inputs/mappers/mapper.py]] to see how this mapper is defined. 180 180 181 181 Of course, you can define your own '''Mappers'''.
