Changes between Version 73 and Version 74 of UserGuideGit


Ignore:
Timestamp:
Nov 18, 2017, 5:56:54 PM (8 years ago)
Author:
fma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuideGit

    v73 v74  
    177177But 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]].
    178178
    179 See [source:/py4bot/inputs/mappers/mapper.py] to see how this mapper is defined.
     179See [[https://framagit.org/fma38/Py4bot/blob/master/py4bot/inputs/mappers/mapper.py]] to see how this mapper is defined.
    180180
    181181Of course, you can define your own '''Mappers'''.