Skip to content

Commit

Permalink
Update docs/temperature_sensors/general/overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini authored Dec 8, 2023
1 parent 761db36 commit 54b1d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/temperature_sensors/general/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In a nutshell, most of the `ergoCub` motors are provided with an internal resist

Regarding the robot configuration files, whose templates can be seen at [this link](https://github.com/robotology/robots-configuration/tree/devel/iCubTemplates/iCubTemplateV6_0), in order to enable correctly the use of the temperature sensors it is necessary to fill the following fields:

- under `hardware/motorControl/body_part--ebX-jA_B-mc.xml` you need to add the two parameters `hardwareTemperatureLimits` and `warningTemperatureLimits` in the `LIMITS` group
- under `hardware/motorControl/body_part--ebX-jA_B-mc.xml` you need to add the two parameters `hardwareTemperatureLimits` and `warningTemperatureLimits` in the `LIMITS` group.
- under `hardware/mechanicals/body_part-ebX-jA_B-mec.xml` you need to add the parameter `TemperatureSensorType` in the `2FOC` group, and remove the soon deprecated `HasTempSensor` parameter in the same area.

Thus, once that is done, and keeping in mind the points defined at the previous section, it should be possible to use correctly the feature of the temperature sensors.
Expand Down

0 comments on commit 54b1d2c

Please sign in to comment.