mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-09 08:00:35 +08:00
Improved README.
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
# matrix [](https://travis-ci.org/PX4/Matrix) [](https://coveralls.io/github/PX4/Matrix?branch=master)
|
||||
|
||||
A simple and efficient template based matrix library.
|
||||
|
||||
## License (BSD)
|
||||
* The Matrix library is licensed under a permissive 3-clause BSD license. Contributions must be made under the same license.
|
||||
|
||||
## Features
|
||||
* Compile time size checking.
|
||||
* Euler angle (321), DCM, Quaternion conversion through constructors.
|
||||
* High testing coverage.
|
||||
|
||||
## Limitation
|
||||
* No dynamically sized matrices.
|
||||
|
||||
Reference in New Issue
Block a user