Open IanSzalai opened 1 year ago
It looks like its failing at this specific line in the Quaternion class since it can't find Vector.dot: return new Quaternion(r1 * r2 - v1.dot(v2), v.get(0, 0), v.get(1, 0), v.get(2, 0));
This is kinda funny since I was literally looking for that method like, 2 days ago and couldn't find it so I haven't looked into it much yet, but it also fails on my laptop
photonvision/wpilib bug, won't fix
isn't happening to me anymore
this only happens on my desktop computer and likely has something to do with the install of WPILIB. It is 2022.4.1. Build is fine