Skip to content

Compressed quaternion decoding #553

Discussion options

You must be logged in to vote

does the cflib support decoding this compressed quaternion format. i.e CompressedQaut -> [qw, qx, qy, qz] ?
If not, I'd apprecite instructions on how :)

Not that I know of, but it could be useful. I think the compressed logging was implemented by Crazyswam and I don't think it has been used that much from the python lib? You will have to re-implement the decoding function in python, there is some bit fiddeling but it should be possible. It is possible that the struct.unpack feature in python can be useful, not sure.

do the period of the callbacks depend on the size of the data packet ?
i.e I'd like to reduce the callback period as much as possible to have the most accurate state estimate

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AkashJohnSubash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants