Changes between Version 28 and Version 29 of UserGuideGit
- Timestamp:
- May 18, 2016, 2:54:44 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuideGit
v28 v29 131 131 Like the first method, you can translate/rotate the body. The resulting position of the body is the combination of the bodyPosition and the bodyExtraPosition. 132 132 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.133 The {{{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. 134 134 135 135 * incFeetNeutral(self, dneutral) … … 137 137 This method can only be called when the robot is in ''idle'' state. 138 138 139 It s allowyou 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.139 It 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. 140 140 141 141 == Pools and drivers ==
