Replaced the wpilib.kinematics and wpilib.geometry with wpimath.kinematics and wpimath.geometry respectively. Tested this in my own code base, removed annoying and distracting warnings in the output. I also added a line to the end of the one file, not intentionally however.
This is nothing major. If there was a reason for using that reference please remove this PR.
Replaced the
wpilib.kinematics
andwpilib.geometry
withwpimath.kinematics
andwpimath.geometry
respectively. Tested this in my own code base, removed annoying and distracting warnings in the output. I also added a line to the end of the one file, not intentionally however.This is nothing major. If there was a reason for using that reference please remove this PR.
Thanks!