Skip to content

Commit

Permalink
[ergoCubSN001] Enable the temperature control for the robot legs and …
Browse files Browse the repository at this point in the history
…torso (#621)
  • Loading branch information
GiulioRomualdi committed Feb 29, 2024
1 parent 4dab0f8 commit aad3460
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<param name="AutoCalibration"> 0 0 0 0 </param>
<param name="Verbose"> 0 0 0 0 </param>
<param name="HasHallSensor"> 0 0 0 0 </param>
<param name="TemperatureSensorType"> NONE NONE NONE NONE </param> <!-- if using set it to PT100. HasTempSensor is gonna be deprecated -->
<param name="TemperatureSensorType"> PT100 PT100 PT100 PT100 </param> <!-- if using set it to PT100. HasTempSensor is gonna be deprecated -->
<param name="HasRotorEncoder"> 1 1 1 1 </param>
<param name="HasRotorEncoderIndex"> 1 1 1 1 </param>
<param name="HasSpeedEncoder"> 0 0 0 0 </param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<param name="AutoCalibration"> 0 0 </param>
<param name="Verbose"> 0 0 </param>
<param name="HasHallSensor"> 0 0 </param>
<param name="TemperatureSensorType"> NONE NONE </param> <!-- if using set it to PT100. HasTempSensor is gonna be deprecated -->
<param name="TemperatureSensorType"> PT100 PT100 </param> <!-- if using set it to PT100. HasTempSensor is gonna be deprecated -->
<param name="HasRotorEncoder"> 1 1 </param>
<param name="HasRotorEncoderIndex"> 1 1 </param>
<param name="HasSpeedEncoder"> 0 0 </param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<param name="AutoCalibration"> 0 0 0 0 </param>
<param name="Verbose"> 0 0 0 0 </param>
<param name="HasHallSensor"> 0 0 0 0 </param>
<param name="TemperatureSensorType"> NONE NONE NONE NONE </param> <!-- if using set it to PT100. HasTempSensor is gonna be deprecated -->
<param name="TemperatureSensorType"> PT100 PT100 PT100 PT100 </param> <!-- if using set it to PT100. HasTempSensor is gonna be deprecated -->
<param name="HasRotorEncoder"> 1 1 1 1 </param>
<param name="HasRotorEncoderIndex"> 1 1 1 1 </param>
<param name="HasSpeedEncoder"> 0 0 0 0 </param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<param name="AutoCalibration"> 0 0 </param>
<param name="Verbose"> 0 0 </param>
<param name="HasHallSensor"> 0 0 </param>
<param name="TemperatureSensorType"> NONE NONE </param> <!-- if using set it to PT100. HasTempSensor is gonna be deprecated -->
<param name="TemperatureSensorType"> PT100 PT100 </param> <!-- if using set it to PT100. HasTempSensor is gonna be deprecated -->
<param name="HasRotorEncoder"> 1 1 </param>
<param name="HasRotorEncoderIndex"> 1 1 </param>
<param name="HasSpeedEncoder"> 0 0 </param>
Expand Down
2 changes: 1 addition & 1 deletion ergoCubSN001/hardware/mechanicals/torso-eb5-j0_2-mec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<param name="Verbose"> 0 0 0 </param>
<param name="AutoCalibration"> 0 0 0 </param>
<param name="HasHallSensor"> 0 0 0 </param>
<param name="TemperatureSensorType"> NONE NONE NONE </param> <!-- if using set it to PT100. HasTempSensor is gonna be deprecated -->
<param name="TemperatureSensorType"> PT100 PT100 PT100 </param> <!-- if using set it to PT100. HasTempSensor is gonna be deprecated -->
<param name="HasRotorEncoder"> 1 1 1 </param>
<param name="HasRotorEncoderIndex"> 1 1 1 </param>
<param name="HasSpeedEncoder"> 0 0 0 </param>
Expand Down
4 changes: 2 additions & 2 deletions ergoCubSN001/hardware/motorControl/left_leg-eb8-j0_3-mc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<param name="motorPeakCurrents"> 20000 20000 10000 15000 </param>
<param name="motorOverloadCurrents"> 30000 30000 15000 20000 </param>
<param name="motorPwmLimit"> 16000 16000 16000 16000 </param>
<!-- <param name="hardwareTemperatureLimits"> 110 110 110 110 </param>
<param name="warningTemperatureLimits"> 90 90 90 90 </param> keep commented until TemperatureSensorType is not ENABLE by setting it different from NONE-->
<param name="hardwareTemperatureLimits"> 110 110 110 110 </param>
<param name="warningTemperatureLimits"> 90 90 90 90 </param> <!-- keep commented until TemperatureSensorType is not ENABLE by setting it different from NONE-->
</group>

<group name="TIMEOUTS">
Expand Down
4 changes: 2 additions & 2 deletions ergoCubSN001/hardware/motorControl/left_leg-eb9-j4_5-mc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<param name="motorPeakCurrents"> 15000 15000 </param>
<param name="motorOverloadCurrents"> 30000 30000 </param>
<param name="motorPwmLimit"> 16000 16000 </param>
<!-- <param name="hardwareTemperatureLimits"> 110 110 </param>
<param name="warningTemperatureLimits"> 90 90 </param> keep commented until TemperatureSensorType is not ENABLE by setting it different from NONE-->
<param name="hardwareTemperatureLimits"> 110 110 </param>
<param name="warningTemperatureLimits"> 90 90 </param> <!-- keep commented until TemperatureSensorType is not ENABLE by setting it different from NONE-->
</group>

<group name="TIMEOUTS">
Expand Down
4 changes: 2 additions & 2 deletions ergoCubSN001/hardware/motorControl/right_leg-eb6-j0_3-mc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<param name="motorPeakCurrents"> 20000 20000 10000 15000 </param>
<param name="motorOverloadCurrents"> 30000 30000 15000 20000 </param>
<param name="motorPwmLimit"> 16000 16000 16000 16000 </param>
<!-- <param name="hardwareTemperatureLimits"> 110 110 110 110 </param>
<param name="warningTemperatureLimits"> 90 90 90 90 </param> keep commented until TemperatureSensorType is not ENABLE by setting it different from NONE-->
<param name="hardwareTemperatureLimits"> 110 110 110 110 </param>
<param name="warningTemperatureLimits"> 90 90 90 90 </param> <!-- keep commented until TemperatureSensorType is not ENABLE by setting it different from NONE-->
</group>

<group name="TIMEOUTS">
Expand Down
4 changes: 2 additions & 2 deletions ergoCubSN001/hardware/motorControl/right_leg-eb7-j4_5-mc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<param name="motorPeakCurrents"> 15000 15000 </param>
<param name="motorOverloadCurrents"> 30000 30000 </param>
<param name="motorPwmLimit"> 16000 16000 </param>
<!-- <param name="hardwareTemperatureLimits"> 110 110 </param>
<param name="warningTemperatureLimits"> 90 90 </param> keep commented until TemperatureSensorType is not ENABLE by setting it different from NONE-->
<param name="hardwareTemperatureLimits"> 110 110 </param>
<param name="warningTemperatureLimits"> 90 90 </param> <!-- keep commented until TemperatureSensorType is not ENABLE by setting it different from NONE-->
</group>

<group name="TIMEOUTS">
Expand Down
4 changes: 2 additions & 2 deletions ergoCubSN001/hardware/motorControl/torso-eb5-j0_2-mc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<param name="motorPeakCurrents"> 14000 17000 10000 </param>
<param name="motorOverloadCurrents"> 18000 18000 15000 </param>
<param name="motorPwmLimit"> 16000 16000 16000 </param>
<!-- <param name="hardwareTemperatureLimits"> 110 110 110 </param>
<param name="warningTemperatureLimits"> 90 90 90 </param> keep commented until TemperatureSensorType is not ENABLE by setting it different from NONE-->
<param name="hardwareTemperatureLimits"> 110 110 110 </param>
<param name="warningTemperatureLimits"> 90 90 90 </param> <!-- keep commented until TemperatureSensorType is not ENABLE by setting it different from NONE-->
</group>

<group name="TIMEOUTS">
Expand Down

0 comments on commit aad3460

Please sign in to comment.