-
Notifications
You must be signed in to change notification settings - Fork 614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wpimath] change G to gearing in LinearSystemId factories #5834
[wpimath] change G to gearing in LinearSystemId factories #5834
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the C++ version needs to be updated too.
wpimath/src/main/java/edu/wpi/first/math/system/plant/LinearSystemId.java
Outdated
Show resolved
Hide resolved
wpimath/src/main/java/edu/wpi/first/math/system/plant/LinearSystemId.java
Outdated
Show resolved
Hide resolved
wpimath/src/main/java/edu/wpi/first/math/system/plant/LinearSystemId.java
Outdated
Show resolved
Hide resolved
wpimath/src/main/java/edu/wpi/first/math/system/plant/LinearSystemId.java
Outdated
Show resolved
Hide resolved
wpimath/src/main/java/edu/wpi/first/math/system/plant/LinearSystemId.java
Outdated
Show resolved
Hide resolved
I saw a suggestion from rzblue in the discord about this and already changed it. |
/format |
You'll need to update the header as well |
/format |
Java still capitalizes "gearing" in the exception message. |
The gearing parameter being called "G" was often confusing when using LinearSystemId, and making the name more descriptive would help avoid that.