Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanErn committed Dec 21, 2024
1 parent 929f8df commit 95ab892
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The characterization commands provide system identification capabilities for the swerve drive subsystem. These commands enable precise measurement and calculation of critical system parameters.

## Required Subsystems
- [SwerveDriveSubsystem](../../subsystems/swerve)
- [SwerveDriveSubsystem](/5152_Template/library/subsystems/swerve/)

## Commands

Expand Down
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 @@ -4,7 +4,7 @@
The DefaultDrive command implements the default driving behavior for the [SwerveDrive subsystem](../../subsystems/swerve.md). This command provides real-time velocity control based on driver inputs through the DriveCalculator utility.

## Required Subsystems
- [SwerveDriveSubsystem](../../subsystems/swerve)
- [SwerveDriveSubsystem](/5152_Template/library/subsystems/swerve/)

## Constructor Parameters
- `swerveDriveSubsystem`: The SwerveDrive subsystem instance this command will control
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The DriveFacingAngle command implements sophisticated angle-controlled driving capabilities, allowing the robot to maintain a specific heading while moving. This command utilizes a ProfiledPIDController for precise angle management.

## Required Subsystems
- [SwerveDriveSubsystem](../../subsystems/swerve)
- [SwerveDriveSubsystem](/5152_Template/library/subsystems/swerve/)

## Constructor Parameters
- `swerveDriveSubsystem`: The SwerveDrive subsystem instance this command will control
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The DriveFacingPose command implements advanced pose-relative driving capabilities, automatically orienting the robot to face a target position while maintaining normal drive control. This command utilizes sophisticated geometry calculations and PID control for precise orientation management.

## Required Subsystems
- [SwerveDriveSubsystem](../../subsystems/swerve)
- [SwerveDriveSubsystem](/5152_Template/library/subsystems/swerve/)

## Constructor Parameters
- `swerveDriveSubsystem`: The SwerveDrive subsystem instance this command will control
Expand Down

0 comments on commit 95ab892

Please sign in to comment.