Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into MobilityAuto
  • Loading branch information
joshuman committed Jan 27, 2024
2 parents 46ad36c + 6b2773e commit 8f6d997
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/main/deploy/swervePracticeBot/swervedrive.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"imu": {
"type": "navx_mxp",
"type": "navx_spi",
"id": 0,
"canbus": null
},
"invertedIMU": true,
"invertedIMU": false,
"modules": [
"frontleft.json",
"frontright.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

public class DriveSwerveYAGSL extends DriveBase {
private final double maximumSpeed =
Units.feetToMeters(4.5); // * TODO: Calculate actual max speed */
Units.feetToMeters(2); // * TODO: Calculate actual max speed */
private final File swerveJsonDirectory =
new File(Filesystem.getDeployDirectory(), "swervePracticeBot");
private SwerveDrive swerveDrive;
Expand Down
4 changes: 2 additions & 2 deletions vendordeps/yagsl.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "yagsl.json",
"name": "YAGSL",
"version": "2024.4.5",
"version": "2024.4.7",
"frcYear": "2024",
"uuid": "1ccce5a4-acd2-4d18-bca3-4b8047188400",
"mavenUrls": [
Expand All @@ -12,7 +12,7 @@
{
"groupId": "swervelib",
"artifactId": "YAGSL-java",
"version": "2024.4.5"
"version": "2024.4.7"
}
],
"jniDependencies": [],
Expand Down

0 comments on commit 8f6d997

Please sign in to comment.