Skip to content

Commit

Permalink
Add multiple subsystem instantiation to stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Nov 25, 2024
1 parent 9df3116 commit d8760c4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,8 @@ In the example, the left motor controllers are plugged into :term:`PWM` ports ``
frc::PWMVictorSPX m_rearLeftMotor{1};
};
```

Another way this error can manifest for teams using the Command framework is if a Subsystem is instantiated twice, which causes the hardware in the subsystem to be instantiated twice.

### gradlew is not recognized...

Expand Down

0 comments on commit d8760c4

Please sign in to comment.