-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Task description 📑
In the C implementation of the MC of ETH boards the file Calibrators.c
contains several types of calibrators.
The simplest is surely the calibration of an absolute encoder that follows calibration type 12. See the calibration types in here.
In here we want to study how this simple calibrator can be modeled in Simulink, verified by a test and how we can generate code from it that will be placed inside the file Calibrators.c
.
This activity will continue in another issue with the actual deployment of the generated code inside the ETH boards (ems
, mc4plus
, mc2plus
, amc
, amcfoc
) and with its test on the lego setup and possibly on the new iCub head.
Useful links and documents 🔖
For code generation it can be useful to follow https://github.com/icub-tech-iit/four/issues/35
Definition of Done 🏁
To have a model for the calibrator, its test and the generate code.