Add message UUID and type names to hash and message defintion (#1409)

This commit is contained in:
Matt
2024-09-22 22:27:13 -04:00
committed by GitHub
parent 360298cc24
commit f33218c49c
43 changed files with 605 additions and 190 deletions

View File

@@ -25,8 +25,6 @@
import math
import wpilib
import wpimath
import wpimath.geometry
import drivetrain
from photonlibpy import PhotonCamera

View File

@@ -2,5 +2,3 @@
This test module imports tests that come with pyfrc, and can be used
to test basic functionality of just about any robot.
"""
from pyfrc.tests import *