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 6b50efd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,8 @@ In the example, the left motor controllers are plugged into :term:`PWM` ports ``
};
```

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...

``gradlew is not recognized as an internal or external command`` is a common error that can occur when the project or directory that you are currently in does not contain a ``gradlew`` file. This usually occurs when you open the wrong directory.
Expand Down

0 comments on commit 6b50efd

Please sign in to comment.