Changes between Version 3 and Version 4 of Tutorial3ServosCalibration


Ignore:
Timestamp:
Nov 22, 2017, 11:23:49 AM (8 years ago)
Author:
fma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tutorial3ServosCalibration

    v3 v4  
    4545We of course need to repeat the entire procedure for each servo/joint, which can be tedious for a 4 DoF hexapod :o/ But after that, our robot should walk better ;o)
    4646
    47 Note that if we already have a '''{{{settings.py}}}''' module, we can launch '''{{{py4bot-gui-servocal.py}}}''' from the directory containing that module in order to reload the previous values. And if the module contains a '''{{{LEGS_SERVOS_MAPPING}}}''', the script will show the legs/joints names. So, it is better to start writing this param, before launching the script.
     47Note that if we already have a '''{{{settings.py}}}''' module, we can launch '''{{{py4bot-gui-servocal.py}}}''' from the directory containing that module in order to reload the previous values. And if the module contains a {{{LEGS_SERVOS_MAPPING}}}, the script will show the legs/joints names. So, it is better to start writing this param, before launching the script.
    4848
    4949In the [[Tutorial4AddInputFrontendSupport|next tutorial]], we will see how to add a new gamepad support.