Skip to content

Commit

Permalink
ready to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Wi11iamYuan committed Nov 18, 2024
1 parent 725b44c commit 55953ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/common/core/misc/NAR_Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*
* <p>NOTES:
* <ul>
* <li> TimedRobot implements the IterativeRobotBase robot program framework.
* <li> The TimedRobot class is intended to be subclassed by a user creating a robot program.
* <li> NAR_Robot IS TimedRobot, just with QoL improvements.
* <li> The NAR_Robot class is intended to be subclassed by a user creating a robot program.
* <li> Periodic() functions from the base class are called on an interval by a Notifier instance.
* </ul>
*
Expand Down Expand Up @@ -102,7 +102,7 @@ protected NAR_Robot(double period) {
addPeriodic(this::loopFunc, period);


NotifierJNI.setNotifierName(m_notifier, "TimedRobot");
NotifierJNI.setNotifierName(m_notifier, "NAR_Robot");

HAL.report(tResourceType.kResourceType_Framework, tInstances.kFramework_Timed);
}
Expand Down

0 comments on commit 55953ad

Please sign in to comment.