diff --git a/python/iot3/src/iot3/mobility/cpm.py b/python/iot3/src/iot3/mobility/cpm.py index 747570c6..d8ee6fa9 100644 --- a/python/iot3/src/iot3/mobility/cpm.py +++ b/python/iot3/src/iot3/mobility/cpm.py @@ -358,7 +358,7 @@ def add_perceived_object( "z_angle": { "value": etsi.ETSI.si2etsi( value=perceived_object.bounding_box.heading, - scale=etsi.ETSI.DECI_METER, + scale=etsi.ETSI.DECI_DEGREE, undef=3601, ), "confidence": 127, @@ -547,7 +547,7 @@ def perceived_objects(self): ) heading = etsi.ETSI.etsi2si( value=po.get("angles", {}).get("z_angle", {}).get("value"), - scale=etsi.ETSI.DECI_METER, + scale=etsi.ETSI.DECI_DEGREE, undef=3601, )