1
Fork 0
Commit graph

163 commits

Author SHA1 Message Date
juliangaal
0656fe336b Merge branch 'dev' of github.com:juliangaal/mpu6050 into restructure-example 2019-05-21 09:23:00 +02:00
Julian Gaal
bd34447395
Merge pull request #3 from juliangaal/nalgebra
Nalgebra
2019-05-21 09:22:05 +02:00
juliangaal
55b07342a0 formatting 2019-05-21 09:19:06 +02:00
juliangaal
aadf2e6c53 bump libm version 2019-05-21 09:18:27 +02:00
Julian Gaal
ef3779db94
add crates.io badge 2019-05-21 08:57:45 +02:00
Julian Gaal
e8db6c2423
Update README.md 2019-05-20 17:52:29 +02:00
Julian Gaal
19daadb05c
Merge pull request #2 from juliangaal/nalgebra
Nalgebra integration
2019-05-20 17:51:16 +02:00
juliangaal
3708b3c35e build example in base cargo.toml with dev-dependencies 2019-05-20 16:20:34 +02:00
juliangaal
c1aa3c1f8b migrate to nalgebra 2019-05-20 16:00:24 +02:00
Julian Gaal
7ab5fc90f4 enable nalgebra with no_std support 2019-05-16 13:09:30 +02:00
Julian Gaal
61b8b62b50 documentation improvements 2019-05-08 19:02:51 +02:00
Julian Gaal
b9dbcf8896 remove unnecessary spaces 2019-05-08 19:02:28 +02:00
Julian Gaal
44a67e8fdd make registers dedicated enum 2019-05-08 18:50:47 +02:00
Julian Gaal
6faacd76ff
remove image 2019-05-01 09:31:49 +02:00
Julian Gaal
29efdc29d7
remove image 2019-05-01 09:30:56 +02:00
juliangaal
c85ae24e11 Makefile for easier testing 2019-04-29 09:14:55 +02:00
Julian Gaal
1ca32fedf3
Update README.md 2019-04-27 17:37:52 +02:00
Julian Gaal
d3e22fc933
Update docs link 2019-04-25 13:33:11 +02:00
Julian Gaal
93521d8f5d rad/deg conversion, acc/gyro separate type 2019-04-25 13:30:13 +02:00
Julian Gaal
4dddbb2fa4
typo 2019-04-24 18:03:21 +02:00
juliangaal
18710c0a00 XMerge branch 'master' of github.com:juliangaal/mpu6050 2019-04-24 16:11:13 +02:00
juliangaal
3d87bffdff version bump: averaging 2019-04-24 16:10:25 +02:00
Julian Gaal
8f39d8ce56
Update example with averaging 2019-04-24 16:08:35 +02:00
juliangaal
c7c9accec7 steps struct for filtering, more clear 2019-04-24 16:07:22 +02:00
juliangaal
929d70a636 adapt recorder and record averaged values 2019-04-24 16:02:40 +02:00
juliangaal
d9dacde78b new data, with averaging and soft calib 2019-04-24 16:01:32 +02:00
juliangaal
00cdf79b35 steps struct to calrify filte size 2019-04-24 16:00:48 +02:00
juliangaal
7cf5883eac merge mean filtering from viz branch 2019-04-24 15:46:33 +02:00
juliangaal
2ed70201e5 support for basic avg/mean filtering 2019-04-24 15:44:37 +02:00
juliangaal
5458cccb48 update example with averaging 2019-04-24 15:44:18 +02:00
juliangaal
3cc8a6baff add linker cargo file for compilation to target linux-unknown 2019-04-23 21:30:29 +02:00
juliangaal
cbf974f6f8 add plotting scripts for continous data 2019-04-23 21:29:58 +02:00
juliangaal
b59fff66d9 exemplary gyro and pitch/roll data 2019-04-23 21:29:28 +02:00
juliangaal
9987dfb698 use local crate 2019-04-23 21:28:45 +02:00
juliangaal
666a40a393 require pandas 2019-04-23 21:28:34 +02:00
juliangaal
e11c7940fb merge 2019-04-23 21:12:47 +02:00
juliangaal
a0c6f05b82 Merge branch 'master' of github.com:juliangaal/mpu6050 2019-04-23 18:29:04 +02:00
juliangaal
4c5fd4545c typo 2019-04-23 18:28:49 +02:00
Julian Gaal
e9da624fde
Update TODO 2019-04-23 18:26:08 +02:00
juliangaal
94eba46cea Merge branch 'master' of github.com:juliangaal/mpu6050 2019-04-23 18:24:24 +02:00
juliangaal
4a277b1ee1 restructure functions to better reflect typical usage 2019-04-23 18:24:02 +02:00
Julian Gaal
6079fb4cd0
update example 2019-04-23 16:31:02 +02:00
juliangaal
5398f1d472 update example 2019-04-23 16:28:46 +02:00
juliangaal
f423a740db calculate variance from sensor data 2019-04-23 16:28:28 +02:00
juliangaal
02cf4c5799 calculate variance from sensor data 2019-04-23 15:41:13 +02:00
juliangaal
577acd29a2 make example simpler 2019-04-23 11:09:00 +02:00
juliangaal
1674b6e659 remove recorder -> moved to viz branch 2019-04-23 11:08:46 +02:00
juliangaal
2247012b4f roll back example 2019-04-23 11:07:22 +02:00
juliangaal
1b7ee0f281 make sure no target folder can be committed 2019-04-23 11:05:52 +02:00
juliangaal
e1a8c17a2f clean 2019-04-23 11:05:35 +02:00