Skip to content

Commit

Permalink
fixed mechanichal values for the lego setup (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanLordKevin authored Dec 18, 2024
1 parent 9a68d25 commit c137f1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 43 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<param name="Encoder"> 182.044 </param>
<param name="fullscalePWM"> 32000 </param>
<param name="ampsToSensor"> 1000.0 </param>
<param name="Gearbox_M2J"> -384.44 </param>
<param name="Gearbox_E2J"> 1.778 </param>
<param name="Gearbox_M2J"> -196 </param>
<param name="Gearbox_E2J"> 1 </param>
<param name="useMotorSpeedFbk"> 0 </param>
<param name="MotorType"> "BLL_MOOG" </param>
<param name="Verbose"> 0 </param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<group name="JOINTMAPPING">

<group name="ACTUATOR">
<param name="type"> advfoc </param>
<param name="type"> advfoc </param>
<param name="onboard"> amc2c </param>
<param name="port"> ICC1:3 </param>
</group>
Expand Down

0 comments on commit c137f1b

Please sign in to comment.