pollen-robotics / reachy_2023

Reachy 2023 workspace
Apache License 2.0
17 stars 8 forks source link

Trigger the fans automatically if the motors get too hot. #199

Closed simheo closed 1 year ago

simheo commented 1 year ago

This feature was implemented internally in the boards' firmware of Reachy 2021 and is now missing in Reachy 2023.

We should have a ROS node retrieving the motors temperatures from the /dynamic_joint_states topic and triggering the fans if the temperature is above a certain value called 'fan triggering temperature' defined in reachy.yaml config file.