Skip to content

Commit

Permalink
Updated docs (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Superbro525Alt committed Jan 14, 2024
1 parent 5f81fcb commit a73b876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/reference/drivetrain/swerve-drive.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void SetPose(frc::Pose2d pose)
#### Usage
```cpp
swerveDrive->SetPose({1_m, 1_m, 1_rad});
swerveDrive->SetPose(frc::Pose2d(1_m, 1_m, 1_rad));
```

### IsAtSetPose
Expand Down

0 comments on commit a73b876

Please sign in to comment.