Skip to content

Commit

Permalink
Fixed point traversal testing triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
VyaasBaskar committed Jan 24, 2025
1 parent af1e4af commit 018f4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/y2025/cpp/control_triggers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void ControlTriggerInitializer::InitTeleopTriggers(RobotContainer& container) {

test_move_10_ft_trigger.WhileTrue(
frc846::robot::swerve::DriveToPointCommand{&container.drivetrain_,
{{0_ft, 9_ft}, 0_deg, 0_fps}, 35_fps, 20_fps_sq, 15_fps_sq}
{{0_ft, 9_ft}, 0_deg, 0_fps}, 15_fps, 35_fps_sq, 15_fps_sq}
.ToPtr());

frc2::Trigger test_bearing_pid_trigger{[&] {
Expand Down

0 comments on commit 018f4ee

Please sign in to comment.