Skip to content
Snippets Groups Projects
Verified Commit 43210253 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add docs for Compass

parent d6ffb6e9
No related branches found
No related tags found
1 merge request!32Orientations readout and interpolation
......@@ -94,6 +94,7 @@ calibrate
calibratetime
combine
Orientations
Compass
floordist
slew
slerp
......
......@@ -37,3 +37,10 @@ module_id = 817589211
q = o(module_id, 1693408347)
```
The quaternions can be converted to [`Compass`](@ref) object which has the
fields `.yaw`, `.pitch` and `.roll`:
```@example 1
compass = Compass(q)
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment