Create README.md
This commit is contained in:
parent
2ab366547d
commit
b8c9d55126
19
README.md
Normal file
19
README.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# FalconLibraryC++
|
||||||
|
|
||||||
|
This project is a C++ version of the more-popular Kotlin JVM library -- [FalconLibrary](https://github.com/5190GreenHopeRobotics/FalconLibrary/).
|
||||||
|
|
||||||
|
Features of FalconLibraryC++ that are similar to FalconLibraryJVM:
|
||||||
|
* 2d geometry
|
||||||
|
* Arc-length parameterization of splines using recursive subdivision of arcs (from team 254)
|
||||||
|
* Trajectory generation with constraints on velocity and acceleration
|
||||||
|
|
||||||
|
Features of FalconLibraryC++ that are superior to FalconLibraryJVM:
|
||||||
|
* Use of templates for more powerful generic library code
|
||||||
|
* Use of compile-time unit safety (no runtime penalty)
|
||||||
|
|
||||||
|
Features yet to be added to FalconLibraryC++ that FalconLibraryJVM has:
|
||||||
|
* DifferentialDrive model
|
||||||
|
* 3d
|
||||||
|
* WPILib and FRC specific wrappers
|
||||||
|
* Unit models
|
||||||
|
|
Loading…
Reference in New Issue
Block a user