James Goppert
|
1ae114b3d2
|
Improved rk4 integration to allow longer time interval than 1 step.
|
9 years ago |
James Goppert
|
ce30542dba
|
Fix output for unit test.
|
9 years ago |
James Goppert
|
1778ac199c
|
Fixed euler wrapping.
|
9 years ago |
James Goppert
|
a92d5c1338
|
Removed unneeded headers.
|
9 years ago |
James Goppert
|
e639a3612f
|
Fix typo.
|
9 years ago |
James Goppert
|
d8e397c010
|
Merge pull request #10 from PX4/euler_fix
fix euler calculation
|
9 years ago |
James Goppert
|
5aef810e7c
|
Fixed euler angles.
|
9 years ago |
James Goppert
|
6e6033a1af
|
Merge branch 'master' into euler_fix
|
9 years ago |
James Goppert
|
b98ac75452
|
Formatting.
|
9 years ago |
James Goppert
|
ffbe58ca10
|
Added better roundtrip euler test.
|
9 years ago |
James Goppert
|
b9bfadb0cc
|
Fix for travis.
|
9 years ago |
James Goppert
|
faee66273b
|
Turned back on testing flag.
|
9 years ago |
James Goppert
|
20a1f902b1
|
Merge branch 'master' into euler_fix
Conflicts:
.travis.yml
test/attitude.cpp
|
9 years ago |
James Goppert
|
cc2804d6a6
|
Merge pull request #13 from PX4/testing
Testing
|
9 years ago |
James Goppert
|
0969b0ae56
|
Removed uncessary print.
|
9 years ago |
James Goppert
|
d761bd3721
|
Fixed formatting. Made traivs more verbose.
|
9 years ago |
James Goppert
|
38211e1aff
|
Fix testing mechanism.
|
9 years ago |
Lorenz Meier
|
6009709986
|
Merge pull request #11 from PX4/dspal_fix
Added dspal_math.h for missing constants
|
9 years ago |
Mark Charlebois
|
306f0ac25d
|
Added dspal_math.h for missing constants
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
|
9 years ago |
Lorenz Meier
|
48a3288753
|
Fix QuRT build
|
9 years ago |
James Goppert
|
fa31c61f2c
|
Fix for euler.
|
9 years ago |
Roman Bapst
|
a22a47fe15
|
fix euler calculation
Conflicts:
matrix/Euler.hpp
|
9 years ago |
Lorenz Meier
|
1d9d8e6f9b
|
Use a slight ifdef hack to let things default to C++11 for most platforms
|
9 years ago |
Lorenz Meier
|
187830164d
|
Fix cast
|
9 years ago |
James Goppert
|
67c8c8b331
|
Cast to float for isfinite.
|
9 years ago |
James Goppert
|
f1968f51d6
|
Fixed coverage issues.
|
9 years ago |
James Goppert
|
a90484362f
|
Merge pull request #8 from PX4/cast_fix
added missing cast
|
9 years ago |
Roman
|
4034c916c7
|
added missing cast
|
9 years ago |
James Goppert
|
cc800454d2
|
Formatting.
|
9 years ago |
James Goppert
|
684a6b626d
|
Merge branch 'quaternion'
Conflicts:
test/attitude.cpp
|
9 years ago |
James Goppert
|
0e48d2596c
|
Merge pull request #6 from thomasgubler/pr1
scalar multiplication; std::cout support
|
9 years ago |
Thomas Gubler
|
45e6012818
|
matrix scalar pre multiplication and general scalar multiplication for
quaternions
|
9 years ago |
Thomas Gubler
|
99ac532746
|
remove unnecessary ;
|
9 years ago |
Thomas Gubler
|
d999923a35
|
support for std::cout
|
9 years ago |
Roman
|
cc1658db15
|
fixed wrong type conversion
|
9 years ago |
Roman Bapst
|
c3c6a0a9df
|
fix euler calculation
|
9 years ago |
Roman
|
10b395a782
|
added more quaternion methods
|
9 years ago |
jgoppert
|
9cd6ac3dd9
|
Fixed coverage.
|
9 years ago |
jgoppert
|
dc0eb16880
|
Fixed integration test.
|
9 years ago |
jgoppert
|
f2c0669c0d
|
Changed rk4 to use generic matrix interface.
|
9 years ago |
jgoppert
|
b9924820e1
|
Work on kalman filter interface.
|
9 years ago |
jgoppert
|
0a110a1b02
|
Fixed integration test.
|
9 years ago |
jgoppert
|
aa3a086cda
|
Work on rk4 interface.
|
9 years ago |
jgoppert
|
7656385ea1
|
Changed rk4 signature.
|
9 years ago |
jgoppert
|
606eb1dc2b
|
Added attitude classes to README.
|
9 years ago |
jgoppert
|
a334cecfa7
|
Forced function instantiation for coverage testing.
|
9 years ago |
jgoppert
|
410bbc4c71
|
Added more to README.
|
9 years ago |
jgoppert
|
c29c44b450
|
Added more testing to instantiate some missing templates.
|
9 years ago |
James Goppert
|
6a351ac050
|
Merge pull request #1 from PX4/coverage_filter
Changed root dir for coverage.
|
9 years ago |
jgoppert
|
e724ae4078
|
Set include dir.
|
9 years ago |