diff --git a/README.md b/README.md new file mode 100644 index 0000000..244be42 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# ryanlib - VEX programming library for plug and play autonomous control + +## Features +- Motion Profile for fast, consistent linear and turn movements +- Supports S Curve and Trapezoidal motion profiles (only trapezoidal for variable decel) +- Async control means you can control multiple subsystems at once +- Allows profiled feedforward control for accurate velocity +- Follow Trajectories if you are able to generate them