mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Fixed C++ side of artf2604 in FRCSim - synchronized C++ codebases, updated examples.
Change-Id: I2fdc9deb4c8e249448dcbda4214fd900c2bc4ea8
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
#include "SmartDashboard/SmartDashboard.h"
|
||||
#include "LiveWindow/LiveWindow.h"
|
||||
#include "networktables/NetworkTable.h"
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
constexpr double IterativeRobot::kDefaultPeriod;
|
||||
@@ -118,7 +117,7 @@ void IterativeRobot::StartCompetition()
|
||||
}
|
||||
if (NextPeriodReady())
|
||||
{
|
||||
// TODO: HALNetworkCommunicationObserveUserProgramDisabled();
|
||||
// TODO: HALNetworkCommunicationObserveUserProgramDisabled();
|
||||
DisabledPeriodic();
|
||||
}
|
||||
}
|
||||
@@ -184,7 +183,7 @@ void IterativeRobot::StartCompetition()
|
||||
}
|
||||
}
|
||||
// wait for driver station data so the loop doesn't hog the CPU
|
||||
m_ds->WaitForData();
|
||||
m_ds->WaitForData();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user