Changes between Version 88 and Version 89 of UserGuideGit
- Timestamp:
- Nov 22, 2017, 4:03:21 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuideGit
v88 v89 17 17 The main parts of the framework are: 18 18 19 * the '''robot''' itself ;20 * the '''gait sequencer''' ;21 * one or more '''remote controllers''' .19 * the '''robot''' itself, containing the IK engine (static implementation); 20 * the '''gait sequencer''', making the robot walk (dynamic implementation); 21 * one or more '''remote controllers''', allowing the control of the robot. 22 22 23 23 [[Image(design_simple.png, 300px)]] 24 24 25 Each of these parts runs as separate thread. For now, the robot does nothing in its main loop, ans so, can be used for further devs (auto matic stabilization...).25 Each of these parts runs as separate thread. For now, the robot does nothing in its main loop, ans so, can be used for further devs (auto-leveling...). 26 26 27 27 == Geometry definition == … … 155 155 [[Image(py4bot-gui-servocal.png, 300px)]] 156 156 157 == !GaitSequencer and Gaits==158 159 The {{{Gait}}}s and {{{GaitSequencer}}} implement the dynamic part of the movements , i.e. the gait itself. It computes the successive feet positions in order to make the robot walk.157 == Gaits and !GaitSequencer == 158 159 The {{{Gait}}}s and {{{GaitSequencer}}} implement the dynamic part of the movements: they compute the successive feet positions in order to make the robot walk, and send them to the IK engine. 160 160 161 161 [[Image(design_gait.png, 300px)]]
