We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b413fa commit 43bb3e8Copy full SHA for 43bb3e8
1 file changed
GEMstack/onboard/interface/gem_hardware.py
@@ -179,7 +179,7 @@ def callback_with_gnss_reading(inspva_msg: Inspva):
179
else:
180
def callback_with_gnss_reading(msg: INSNavGeod):
181
pose = ObjectPose(ObjectFrameEnum.GLOBAL,
182
- t=time.time(),
+ t=self.time(),
183
x=math.degrees(msg.longitude), #Septentrio GNSS uses radians rather than degrees
184
y=math.degrees(msg.latitude),
185
z=msg.height,
0 commit comments