Fix PoseMsg serialization size
This commit is contained in:
parent
26f8a238bc
commit
de38566fa2
@ -106,4 +106,4 @@ class PoseMsg(IMessage):
|
||||
LowLevelMessages.SendSpherical(buffer, ix, self.thing.linear_velocity)
|
||||
if self.pose_type & PoseMsg.Pose_AngularVelocity:
|
||||
LowLevelMessages.SendSpherical(buffer, ix, self.thing.angular_velocity)
|
||||
return PoseMsg.length + ix[0]
|
||||
return ix[0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user