Skip to content

Commit 1d87de0

Browse files
authored
Update README.md
1 parent 6588e20 commit 1d87de0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,20 @@ I wish I knew Kotlin so I could make it purple. 💜
2222

2323
Currently quail is in early development so please report issues as you encounter them.
2424

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+

0 commit comments

Comments
 (0)