Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ssejrog committed Jan 9, 2025
1 parent 2817fcd commit 984865f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/EZ-Template/drive/pid_tasks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ using namespace ez;

void Drive::ez_auto_task() {
while (true) {
// Run odom
// Check IMUs for redundancy
check_imu_task();

// Run odom
ez_tracking_task();

// Autonomous PID
switch (drive_mode_get()) {
case DRIVE:
Expand Down

0 comments on commit 984865f

Please sign in to comment.