Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanErn committed Dec 21, 2024
1 parent 50d78ed commit 8e142b6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ Provides:
- Robot must start in a known orientation

## API Reference
For detailed API documentation, see the [Characterization Commands Javadoc](/javadoc/frc/alotobots/library/commands/swervedrive/characterization/)
For detailed API documentation, see the [Characterization Commands Javadoc](/5152_Template/javadoc/frc/alotobots/library/commands/swervedrive/characterization/)
2 changes: 1 addition & 1 deletion docs/mkdocs/docs/library/commands/swerve/defaultdrive.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ The DefaultDrive command implements the default driving behavior for the [Swerve
- Command uses drive calculations from SwerveDrive subsystem's configured settings

## API Reference
For detailed API documentation, see the [DefaultDrive Javadoc](/javadoc/frc/alotobots/library/commands/swervedrive/DefaultDrive.html)
For detailed API documentation, see the [DefaultDrive Javadoc](/5152_Template/javadoc/frc/alotobots/library/commands/swervedrive/DefaultDrive.html)
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ The following must be configured in TunerConstants:
- Profile constraints for smooth angle transitions

## API Reference
For detailed API documentation, see the [DriveFacingAngle Javadoc](/javadoc/frc/alotobots/library/commands/swervedrive/DriveFacingAngle.html)
For detailed API documentation, see the [DriveFacingAngle Javadoc](/5152_Template/javadoc/frc/alotobots/library/commands/swervedrive/DriveFacingAngle.html)
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ The following must be configured in TunerConstants:
- Profile constraints for smooth angle transitions

## API Reference
For detailed API documentation, see the [DriveFacingPose Javadoc](/javadoc/frc/alotobots/library/commands/swervedrive/DriveFacingPose.html)
For detailed API documentation, see the [DriveFacingPose Javadoc](/5152_Template/javadoc/frc/alotobots/library/commands/swervedrive/DriveFacingPose.html)
10 changes: 5 additions & 5 deletions docs/mkdocs/docs/library/subsystems/swerve.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
The SwerveDrive subsystem is a sophisticated drive system that enables omnidirectional movement of the robot. It manages four swerve modules (each containing drive and turn motors), handles odometry calculations, and provides autonomous path-following capabilities.

## Commands that use the subsystem
- [DefaultDrive Command](../commands/swerve/defaultdrive.md): Provides standard teleoperated control
- [DriveFacingAngle Command](../commands/swerve/drivefacingangle.md): Maintains a specific robot heading while driving
- [DriveFacingPose Command](../commands/swerve/drivefacingpose.md): Orients the robot to face a target position while driving
- [Characterization Commands](../commands/swerve/characterization.md): Used for system identification and calibration
- [DefaultDrive Command](/5152_Template/library/commands/swerve/defaultdrive.md): Provides standard teleoperated control
- [DriveFacingAngle Command](/5152_Template/library/commands/swerve/drivefacingangle.md): Maintains a specific robot heading while driving
- [DriveFacingPose Command](/5152_Template/library/commands/swerve/drivefacingpose.md): Orients the robot to face a target position while driving
- [Characterization Commands](/5152_Template/library/commands/swerve/characterization.md): Used for system identification and calibration

## Configuration Requirements

Expand All @@ -29,7 +29,7 @@ All configuration is handled through TunerConstants, including:
- Wheel radius parameters
- Absolute encoder offsets

See the [JavaDoc Reference](../../javadoc/frc/alotobots/library/subsystems/swervedrive/SwerveDriveSubsystem.html) for detailed configuration options.
See the [JavaDoc Reference](/5152_Template/javadoc/frc/alotobots/library/subsystems/swervedrive/SwerveDriveSubsystem.html) for detailed configuration options.

### Additional Notes
- Odometry updates run on a separate high-frequency thread
Expand Down

0 comments on commit 8e142b6

Please sign in to comment.