2023-02-16 19:56:49 -08:00
2019-08-08 03:51:22 +00:00
2023-02-16 19:56:49 -08:00
2023-02-16 19:56:49 -08:00
2023-02-16 19:56:49 -08:00
2023-02-16 19:56:49 -08:00
2023-02-16 19:56:49 -08:00
2023-02-16 19:56:49 -08:00
2019-08-08 03:51:22 +00:00
2019-08-03 02:03:44 +00:00
2019-08-06 10:41:26 -07:00
2023-02-16 19:56:49 -08:00

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
Description
No description provided
Readme 115 KiB
Languages
C++ 90.3%
CMake 6.6%
Starlark 2.4%
C 0.4%
Shell 0.3%