ahrs
ahrs copied to clipboard
AHRS (Attitude Heading Reference Systems) calculation for JavaScript
Hi @psiphi75, thanks for your great package! It looks very promising. I'm working on a smartphone-based pedestrian dead reckoning system and for that i need the heading direction of the...
```js import AHRS from "ahrs"; import { Vector3 } from "three"; const rad2deg = 180.0 / Math.PI; const deg2rad = Math.PI / 180.0; const madgwick = new AHRS({ /* *...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.5.7. Commits 3e46a48 6.5.7 accb61e lib: DER signature decoding correction 03e06e1 6.5.6 7ac5360 Merge commit from fork 7570078 6.5.5 206da2e lib: lint 0a78e03 [Fix] restore...