-
I recently checked if I can perform finger calibration and arm / arm fine calibration using the robotInterface. It seems I am missing how to start the robotInterface with a "raw" configuration to be able to read values from the robotMotorGui as described here: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, indeed the calibration procedure described in that document refers to the old iCubInterface executable. With robotInterface, the procedure changed a little bit: you don't need anymore to start the robot with a raw.ini file. Instead, you just need to edit your general.xml file and set the parameters 'skipCalibration' and 'useRawEncoderData' to true. During the launch of robotInterface, you'll be asked multiple times (one time per part) to press enter and verify that your fault button is pressed. Then you'll be able to take the raw values from the robotMotorGui and put them in the excel file as usual. |
Beta Was this translation helpful? Give feedback.
-
Thank you. This worked. |
Beta Was this translation helpful? Give feedback.
Hi, indeed the calibration procedure described in that document refers to the old iCubInterface executable. With robotInterface, the procedure changed a little bit: you don't need anymore to start the robot with a raw.ini file. Instead, you just need to edit your general.xml file and set the parameters 'skipCalibration' and 'useRawEncoderData' to true. During the launch of robotInterface, you'll be asked multiple times (one time per part) to press enter and verify that your fault button is pressed. Then you'll be able to take the raw values from the robotMotorGui and put them in the excel file as usual.