-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
used maple config file for chassis configuration storage
- Loading branch information
Showing
23 changed files
with
375 additions
and
257 deletions.
There are no files selected for viewing
51 changes: 51 additions & 0 deletions
51
src/main/deploy/configs/ChassisWheelsCalibration/5516-2024-OnSeason.xml
This file contains 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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<ChassisWheelsCalibration> | ||
<GeneralInformation> | ||
<gyroPort type="int">15</gyroPort> | ||
<maxAngularVelocityRadiansPerSecond type="double">9.42477796076938</maxAngularVelocityRadiansPerSecond> | ||
<maxAccelerationMetersPerSecondSquared type="double">10.184</maxAccelerationMetersPerSecondSquared> | ||
<overallGearRatio type="double">6.12</overallGearRatio> | ||
<wheelRadiusMeters type="double">0.051</wheelRadiusMeters> | ||
<bumperWidthMeters type="double">0.876</bumperWidthMeters> | ||
<maxVelocityMetersPerSecond type="double">4.172</maxVelocityMetersPerSecond> | ||
<bumperLengthMeters type="double">0.876</bumperLengthMeters> | ||
|
||
<horizontalWheelsMarginMeters type="double">0.53</horizontalWheelsMarginMeters> | ||
<verticalWheelsMarginMeters type="double">0.53</verticalWheelsMarginMeters> | ||
</GeneralInformation> | ||
<FrontLeft> | ||
<steeringEncoderReadingAtOrigin type="double">3.3195344249845276</steeringEncoderReadingAtOrigin> | ||
<steeringMotorPortOnPDP type="int">-1</steeringMotorPortOnPDP> | ||
<steeringEncoderID type="int">10</steeringEncoderID> | ||
<drivingMotorPortOnPDP type="int">-1</drivingMotorPortOnPDP> | ||
<drivingMotorID type="int">3</drivingMotorID> | ||
<steeringMotorInverted type="int">1</steeringMotorInverted> | ||
<steeringMotorID type="int">4</steeringMotorID> | ||
</FrontLeft> | ||
<FrontRight> | ||
<steeringEncoderReadingAtOrigin type="double">1.7564080021290591</steeringEncoderReadingAtOrigin> | ||
<steeringMotorPortOnPDP type="int">-1</steeringMotorPortOnPDP> | ||
<steeringEncoderID type="int">11</steeringEncoderID> | ||
<drivingMotorPortOnPDP type="int">-1</drivingMotorPortOnPDP> | ||
<drivingMotorID type="int">6</drivingMotorID> | ||
<steeringMotorInverted type="int">1</steeringMotorInverted> | ||
<steeringMotorID type="int">5</steeringMotorID> | ||
</FrontRight> | ||
<BackLeft> | ||
<steeringEncoderReadingAtOrigin type="double">0.34974761963792617</steeringEncoderReadingAtOrigin> | ||
<steeringMotorPortOnPDP type="int">-1</steeringMotorPortOnPDP> | ||
<steeringEncoderID type="int">9</steeringEncoderID> | ||
<drivingMotorPortOnPDP type="int">-1</drivingMotorPortOnPDP> | ||
<drivingMotorID type="int">1</drivingMotorID> | ||
<steeringMotorInverted type="int">1</steeringMotorInverted> | ||
<steeringMotorID type="int">2</steeringMotorID> | ||
</BackLeft> | ||
<BackRight> | ||
<steeringEncoderReadingAtOrigin type="double">0.10737865515199488</steeringEncoderReadingAtOrigin> | ||
<steeringMotorPortOnPDP type="int">-1</steeringMotorPortOnPDP> | ||
<steeringEncoderID type="int">12</steeringEncoderID> | ||
<drivingMotorPortOnPDP type="int">-1</drivingMotorPortOnPDP> | ||
<drivingMotorID type="int">8</drivingMotorID> | ||
<steeringMotorInverted type="int">1</steeringMotorInverted> | ||
<steeringMotorID type="int">7</steeringMotorID> | ||
</BackRight> | ||
</ChassisWheelsCalibration> |
This file contains 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 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 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 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
Oops, something went wrong.