Skip to content

Commit c48b5c4

Browse files
committed
typo
1 parent af33835 commit c48b5c4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

GEMstack/onboard/interface/gem_hardware.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,15 +183,9 @@ def callback_with_gnss_reading(inspva_msg: Inspva):
183183
else:
184184
def callback_with_gnss_reading(msg: INSNavGeod):
185185
pose = ObjectPose(ObjectFrameEnum.GLOBAL,
186-
<<<<<<< HEAD
187-
t=time.time(),
188-
x=msg.longitude,
189-
y=msg.latitude,
190-
=======
191186
t=self.time(),
192187
x=math.degrees(msg.longitude), #Septentrio GNSS uses radians rather than degrees
193188
y=math.degrees(msg.latitude),
194-
>>>>>>> origin/s2025_teamB
195189
z=msg.height,
196190
yaw=math.radians(msg.heading), #heading from north in degrees (TODO: maybe?? check this)
197191
roll=math.radians(msg.roll),

0 commit comments

Comments
 (0)