Changes between Version 28 and Version 29 of UserGuideGit


Ignore:
Timestamp:
May 18, 2016, 2:54:44 PM (10 years ago)
Author:
fma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuideGit

    v28 v29  
    131131Like the first method, you can translate/rotate the body. The resulting position of the body is the combination of the bodyPosition and the bodyExtraPosition.
    132132
    133 The {{{setBodyPosition()}}} is mainly use at startup, to set a pre-defined position of the body. The {{{setBodyExtraPosition()}}}, however, can be usefull to move the body arround its default position, without loosing it.
     133The {{{setBodyPosition()}}} is mainly used at startup, to set a pre-defined position of the body. The {{{setBodyExtraPosition()}}}, however, can be usefull to move the body arround its default position, without loosing it.
    134134
    135135* incFeetNeutral(self, dneutral)
     
    137137This method can only be called when the robot is in ''idle'' state.
    138138
    139 Its allow you to extend/reduce the ''length'' of the legs. Each time this method is called, the robot will do a ''static walk'', in order to put all feet to there new neutral position.
     139It allows you to extend/reduce the ''length'' of the legs. Each time this method is called, the robot will do a ''static walk'', in order to put all feet to there new neutral position.
    140140
    141141== Pools and drivers ==