Skip to content

Commit

Permalink
AMC_BLDC: Update LIMITS for rotor position (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiraz authored Feb 1, 2022
1 parent e83c6f3 commit 454f238
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<group name="LIMITS">
<param name="hardwareJntPosMax"> 52 </param>
<param name="hardwareJntPosMin"> -62 </param>
<param name="rotorPosMin"> -20 </param>
<param name="rotorPosMax"> 20 </param>
<param name="rotorPosMin"> 0 </param>
<param name="rotorPosMax"> 0 </param>
</group>

<group name="2FOC">
Expand Down

0 comments on commit 454f238

Please sign in to comment.