Skip to content

Commit 43bb3e8

Browse files
committed
Changed time.time to self.time
1 parent 2b413fa commit 43bb3e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GEMstack/onboard/interface/gem_hardware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def callback_with_gnss_reading(inspva_msg: Inspva):
179179
else:
180180
def callback_with_gnss_reading(msg: INSNavGeod):
181181
pose = ObjectPose(ObjectFrameEnum.GLOBAL,
182-
t=time.time(),
182+
t=self.time(),
183183
x=math.degrees(msg.longitude), #Septentrio GNSS uses radians rather than degrees
184184
y=math.degrees(msg.latitude),
185185
z=msg.height,

0 commit comments

Comments
 (0)