commaai / comma2k19

A driving dataset for the development and validation of fused pose estimators and mapping algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where to obtain global orientations as quaternion from any OpenPilot log

flacomalone opened this issue · comments

Hi there.

Just wondering the procedure to calculate the quaternion from any OpenPilot log. I've seen that none of the messages sent in liveLocationKalman has 4 values. All of them are 3. So, how can I do it ?

many thanks in advance.

Those are euler angles : roll, pitch yaw. You can convert them to quaternions.