Skip to content

Commit

Permalink
Update simulation/SyntheSimJava/src/main/java/com/autodesk/synthesis/…
Browse files Browse the repository at this point in the history
…ctre/TalonFX.java
  • Loading branch information
azaleacolburn authored Aug 21, 2024
1 parent 65d0cb2 commit edf956c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public TalonFX(int deviceNumber) {
this.m_motor = new CANMotor("SYN TalonFX", deviceNumber, 0.0, false, 0.3);
}

/// I think we're getting percentOutput and torque mixed up
/**
* Sets the torque of the real and simulated motors
*
Expand Down

0 comments on commit edf956c

Please sign in to comment.