Go to file
Kyle Isom 9a7208913d Cut over to Bazel. 2023-02-16 19:56:49 -08:00
cmake Add sphinx as doc target. 2019-08-08 03:51:22 +00:00
docs Cut over to Bazel. 2023-02-16 19:56:49 -08:00
test Cut over to Bazel. 2023-02-16 19:56:49 -08:00
tools Cut over to Bazel. 2023-02-16 19:56:49 -08:00
wrmath Cut over to Bazel. 2023-02-16 19:56:49 -08:00
.gitignore Cut over to Bazel. 2023-02-16 19:56:49 -08:00
.gitmodules Major updates, start orientation, start documentation. 2019-08-03 03:37:37 -07:00
CMakeLists.txt Cut over to Bazel. 2023-02-16 19:56:49 -08:00
CMakePack.txt Add sphinx as doc target. 2019-08-08 03:51:22 +00:00
LICENSE.txt Initial import. 2019-08-03 02:03:44 +00:00
README.rst Add a README. 2019-08-06 10:41:26 -07:00
WORKSPACE Cut over to Bazel. 2023-02-16 19:56:49 -08:00
update-docs Add Euler angles to Madgwick and update docs. 2019-08-07 19:17:58 +00:00

README.rst

wrmath
======

The WNTRMUTE ROBOTICS maths library is a C++11 library containing various
useful maths components for robotics and navigation.

Dependencies
------------

This project uses Google Test as a dependency::

  $ git submodule update --init --recursive

Additionally, building this requires

+ a C++11 compiler
+ CMake (minimum 3.15 to support code coverage, otherwise 3.10).
+ Doxygen


Building
--------

.. code::

    mkdir build
    cmake ..
    make check