- class frc_apriltags.NetworkCommunications
Bases:
objectUse this class to communicate with the RoboRio over NetworkTables.
- enableLogging()
Enables logging for this class.
- setBestResult(result)
Sends the best result over NetworkTables. This method will send [tagId, xTranslate, yTranslate, zTranslate, yaw, pitch, roll]. All translation data is in meters. All rotation data is in radians.
- Parameters:
result – The result generated by the Detector class.