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 4a2c355 commit a05c53e
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 @@ -18,5 +18,5 @@ The user needs to update the robot configuration files accordingly, as described
The correct configuration ensures that the motor temperature is read and forwarded to yarprobotinterface, but currently this measure in not published on the yarp `stateExt` port. Therefore the user needs to develop a module application similar to [this one](https://github.com/MSECode/motionControlModule), in order to read the temperature.

In addition, the user module can retrieve the `warningTemperatureLimits` and check if the temperature exceeds that limit to put the motor in a safer state with lower current consumption.
Is it important to notice that the firmware put the motor in fault when the temperature goes beyond the `hardwareTemperatureLimits`.
Is it important to notice that the firmware puts the motor in fault when the temperature goes beyond the `hardwareTemperatureLimits`.
More details on the temperature flow are available in the section [data flow](../software/dataflow.md)

0 comments on commit a05c53e

Please sign in to comment.