Minor comment changes.

This commit is contained in:
Titan Robotics Club
2024-10-31 05:38:57 -07:00
parent ecfed76c1e
commit c6696e69bc

View File

@ -287,8 +287,9 @@ public class Robot
public void cancelAll() public void cancelAll()
{ {
globalTracer.traceInfo(moduleName, "Cancel all operations."); globalTracer.traceInfo(moduleName, "Cancel all operations.");
// Cancel subsystems.
if (robotDrive != null) robotDrive.cancel(); if (robotDrive != null) robotDrive.cancel();
// Cancel auto tasks.
} //cancelAll } //cancelAll
/** /**