Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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] Add feedforward constant constructor to ElevatorSim #5823
[wpimath] Add feedforward constant constructor to ElevatorSim #5823
Changes from all commits
3a6103f
57867c7
181ec2f
3583ac3
88b60f4
70dad83
533759e
4bee24d
09dabe2
b4ad348
9834f99
7fedd14
a8d0408
fadd134
ef1a14d
cd9c3d0
b86ca36
bc2eab5
227794f
7383447
8f955cb
90fcc60
2d812e3
4dc0c3e
532194f
41525db
9e05ab8
eabf2f1
95afbaa
871b73d
c5b5495
58a6193
6cc4924
e282743
4a79742
36a9931
b581f85
4095c46
287fc74
761867b
3e72813
18ef57f
7cbf67c
f6879df
11f6502
91e1afd
d66c4ba
e114a28
61a42a3
ec83c32
c3fd235
3a47616
1839f75
de21da1
354979b
d64f5b7
59294cf
8f54a9e
c08b4ae
f093754
411a82c
112a121
d12f404
9c70013
f7f7faf
b0c6a0a
b3eb155
89312ad
d282d19
1d5da55
2e8e9fc
afdfd6c
1f77f7e
f6a0327
51e5bac
59680e3
3f7fc17
1119259
0dd6352
5a7f05a
2a4f4d8
2e472b0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
You forgot Kv and Ka. That replaces the gearbox, gearing, and drum radius.
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.
Do I need to remove KG?
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'm a little lost. Should kV, kA, and kG be capable of generating the gearbox, gearing, and drumRadius fields that are required?