fix typo.

This commit is contained in:
ajouatom
2025-12-05 07:33:59 +09:00
parent f7fd65ef80
commit 8776533f03
+1 -1
View File
@@ -219,7 +219,7 @@ class LatControlTorque(LatControl):
# update past data
pitch = 0
roll = params.roll
if len(CC.orientionNED) > 1:
if len(CC.orientationNED) > 1:
pitch = self.pitch.update(CC.orientationNED[1])
roll = roll_pitch_adjust(roll, pitch)
self.roll_deque.append(roll)