Commit 1d87de0 1 parent 6588e20 commit 1d87de0 Copy full SHA for 1d87de0
File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,20 @@ I wish I knew Kotlin so I could make it purple. 💜
22
22
23
23
Currently quail is in early development so please report issues as you encounter them.
24
24
25
+ Quail is designed for use and tested in FRC and FTC, but it should work in any java program.
26
+
27
+ ---
28
+ ### Features:
29
+
30
+ ** Working:**
31
+ - Swerve reverse kinematics (robot can drive)
32
+ - Swerve odometry (robot can know where it is)
33
+ - Includes heading odometry (can run field oriented without gyroscope and/or provide corrections to gyroscope via Kálmán filter
34
+ - 2-deadwheel odometry (robot can know where it is (requires additional hardware & gyro))
35
+ - Autonomous navigation and pathing
36
+
37
+ ** Not quite working**
38
+ - Path sequences
39
+
40
+
41
+
You can’t perform that action at this time.
0 commit comments