-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PinpointView class #480
Comments
These imports are also not being found... |
Have you tried a Gradle sync? Android Studio can get confused about these kinds of things. |
Thank you for the reminder that it's good to double-check AS. Unfortunately, it did not change anything. We still cannot find the referenced files. Just looking in github, searches for any of the following classes in roadrunner and roadrunner-quickstart find references to the classes, but not the classes themselves: EncoderGroup, EncoderRef, LynxQuadratureEncoderGroup, PinpointEncoderGroup, PinpointIMU. Searches for PinpointView is more complicated because you're creating a dynamic subclass, but we still can't find the interface or abstract class. Here is a typical search result for the classes we can't find in github: |
The files are in this repository: https://github.com/acmerobotics/road-runner-ftc |
RR FTC Version
0.1.19
Observed Behavior
Compiler errors on PinpointView class.
Our team is eager to use the GoBilda Pinpoint with RoadRunner and is testing the latest RR to that end. Is it possible that the PinpointView class did not get committed/pushed along with the files that reference it?
Thank you.
Tuning Files
No response
Robot Logs
No response
The text was updated successfully, but these errors were encountered: