Commit Graph

7 Commits

Author SHA1 Message Date
Ewoud Smeur d366b21475 math functions and high pass filter (#2142)
* math functions and high pass filter

high pass filter uses doubles to avoid numerical errors

* determinant check

Also reverse order such that output comes first in the argument list

* removed function prototypes
2017-10-31 00:25:36 +01:00
kirkscheper df91322a19 [math] added and updated utm helper funtions 2016-04-25 10:49:10 +02:00
Felix Ruess f3ee56d862 [tests] fix math tests 2015-01-02 11:39:38 +01:00
Felix Ruess f2b9ce5a90 [tests] add first tests for state interface
and quiet some build output
2014-12-08 11:09:24 +01:00
Felix Ruess 8f375b9284 [tests] add/move some geodetic tests 2014-12-05 15:58:38 +01:00
Felix Ruess da5de54450 [tests] add libpprzmath.so to LD_LIBRARY_PATH for running tests 2014-11-24 18:55:52 +01:00
Felix Ruess f7ae72dcb3 [tests] skeleton for testing math lib with libtap
using [libtap](https://github.com/zorgnax/libtap) to create a [TAP](http://testanything.org) (TestAnythingProtocol) producer.
You can also run the test (if already compiled) with prove:
```
prove --exec '' tests/math/test_pprz_math.run
```
2014-11-24 17:17:58 +01:00