The ASAM OpenLABEL format has an inconsistency in defining the order of roll-pitch-yaw in the 3D Bounding Box value field. This release changes the order of the values to be rx, ry, rz.
0.3.6
Bugfix for using `ObjectUid` in `TextData` and `VectorData`.
The type coercion didn't handle the case of data being of type [ObjectUid](url). This caused issues when trying to use a val of type `ObjectUid` in `TextData` and `VectorData`.