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 d92308f commit 720e088
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 @@ -14,7 +14,7 @@ To correctly enable the use of the temperature sensors inside the configuration
That being done, it should be possible to use the features of the temperature sensors.

### How to read the motor temperature
The user need to update the robot configuration files accordingly as described in the [configuration section](#how-to-update-the-configuration-files), after ensuring that the sensor has been mounted on the desired motors.
The user needs to update the robot configuration files accordingly, as described in the [configuration section](#how-to-update-the-configuration-files), after ensuring that the sensor has been mounted on the desired motors.
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 current temperature exceeds that limit to put the motor in a less-current consumption state.
Expand Down

0 comments on commit 720e088

Please sign in to comment.