Skip to content

Commit

Permalink
Run updated wpiformat (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Mar 19, 2024
1 parent fa5d581 commit c89acea
Showing 1 changed file with 6 additions and 6 deletions.
Expand Up @@ -96,12 +96,12 @@ class SimCameraProperties {
units::radian_t{std::numbers::pi / 2.0}})
.Radians()}},
frc::Translation3d{
1_m, frc::Rotation3d{0_rad,
(GetPixelPitch(0) +
frc::Rotation2d{
units::radian_t{std::numbers::pi / 2.0}})
.Radians(),
0_rad}},
1_m,
frc::Rotation3d{0_rad,
(GetPixelPitch(0) + frc::Rotation2d{units::radian_t{
std::numbers::pi / 2.0}})
.Radians(),
0_rad}},
frc::Translation3d{
1_m, frc::Rotation3d{0_rad,
(GetPixelPitch(height) +
Expand Down

0 comments on commit c89acea

Please sign in to comment.