Changes between Version 27 and Version 28 of UserGuideGit


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

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuideGit

    v27 v28  
    103103The '''robot''' is responsible for all static computation, ie implements the '''inverse Kinematic'''. It also manages the body position, which can move along the 3 axes, and rotate arround 3 axes.
    104104
    105 As shown in the [[Tutorials|tutorials], to implement a custom robot, you need to write a new class which inherits from {{{Robot}}}, and overload several methods:
     105As shown in the [[Tutorials|tutorials]], to implement a custom robot, you need to write a new class which inherits from {{{Robot}}}, and overload several methods:
    106106
    107107* {{{_createBody(self)}}}