-
Notifications
You must be signed in to change notification settings - Fork 0
driver-experience #180
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
Open
EndigoSkull
wants to merge
6
commits into
main
Choose a base branch
from
driver-experience
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
driver-experience #180
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
557508c
initial driver exp adjustments, need to add incrementers for values
EndigoSkull ac53d29
initial driver exp adjustments, need to add incrementers for values
EndigoSkull c7c6b71
adjusted soft limits on the new inclinemotor
EndigoSkull edd5f37
adjusted setpoints for custom distance shooting and removed backspin …
EndigoSkull 00c19d5
Merge branch 'driver-experience' of https://github.com/TheGreenMachin…
EndigoSkull 36d020b
undid MOI changes
EndigoSkull File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -131,23 +131,24 @@ subsystems: | |
| kinematics: | ||
| driveGearing: 6.03 | ||
| steerGearing: 26.0909 | ||
| wheelbaseLength: .505 # meters | ||
| wheelbaseWidth: .505 # meters | ||
| robotMass: 74.088 # kg | ||
| wheelbaseLength: 0.4305 # meters | ||
| wheelbaseWidth: 0.4305 # meters | ||
| robotMass: 56.7 # kg | ||
| wheelRadius: .04938 # meters (1.944 in) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Where did these numbers come from and do they match what is in Choreo?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mark-teskey , can you double check? |
||
| maxDriveRPS: 98 # measured motor max speed rps | ||
| maxAngularRate: 8.285 # rad/sec | ||
| wheelCOF: 1.7 | ||
| maxDriveRPS: 80 # measured motor max speed rps | ||
| maxAngularRate: 1.3 # rot/sec | ||
| wheelCOF: 1 | ||
| constants: | ||
| translationKp: 20 | ||
| translationKd: 0 | ||
| rotationKp: 10 | ||
| rotationKi: 0 | ||
| rotationKd: 0 | ||
| #Driver preference options | ||
| normalModeTranslationalMultiplier: 1 | ||
| normalModeRotationalMultiplier: 0.4 | ||
| slowModeTranslationalMultiplier: 0.35 | ||
| slowModeRotationalMultiplier: 0.15 | ||
| normalModeRotationalMultiplier: 1 | ||
| slowModeTranslationalMultiplier: 0.5 | ||
| slowModeRotationalMultiplier: 1 | ||
| ledManager: | ||
| implemented: false | ||
| devices: | ||
|
|
@@ -258,10 +259,10 @@ subsystems: | |
| motorType: NEO550_JST | ||
| remoteSensor: RemoteCANcoder | ||
| remoteSensorId: 29 | ||
| id: -1 | ||
| id: 27 | ||
| motorRotation: Clockwise_Positive | ||
| reverseSoftLimit: 0.0405 | ||
| forwardSoftLimit: 0.109 | ||
| reverseSoftLimit: 0.052 | ||
| forwardSoftLimit: 0.1196 | ||
| statorCurrentLimit: 35 | ||
| pidConfig: | ||
| slot0: | ||
|
|
@@ -295,12 +296,12 @@ subsystems: | |
| shooterOffsetYMeters: -0.112268 | ||
| shooterOffsetZMeters: 0.508 | ||
| inclineDuckingLimitRotations: 0.052 | ||
| distanceOneInclineAngleRotations: 0.0405 | ||
| distanceOneInclineAngleRotations: 0.052 | ||
| distanceOneLaunchVelocityRPS: 35 | ||
| distanceTwoInclineAngleRotations: 0.0555 | ||
| distanceTwoInclineAngleRotations: 0.08 | ||
| distanceTwoLaunchVelocityRPS: 47 | ||
| distanceThreeInclineAngleRotations: 0.07425 | ||
| distanceThreeLaunchVelocityRPS: 49 | ||
| distanceThreeInclineAngleRotations: 0.1196 | ||
| distanceThreeLaunchVelocityRPS: 100 | ||
| distanceAutoThingLaunchVelocityRPS: 60 | ||
| closeDistanceBetweenBeamBreaks: 0.419 | ||
| farDistanceBetweenBeamBreaks: 13.570 | ||
|
|
@@ -311,7 +312,7 @@ subsystems: | |
| launchVelocityAdjustmentAmountRPS: 0.04 | ||
| inclineAngleAdjustmentAmountDegrees: 0.02 | ||
| turretAngleAdjustmentAmountDegrees: 0.04 | ||
| topLaunchMotorBackspinMultiplier: 0.8 # Less than one for backspin. | ||
| topLaunchMotorBackspinMultiplier: 1 # Less than one for backspin. | ||
| vision: | ||
| cameras: | ||
| forwardLeft: # Pi IP: 10.18.16.11 | ||
|
|
||
Oops, something went wrong.
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.
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.
Did Matthew try these new settings out?