Update controlsd.py

This commit is contained in:
infiniteCable
2025-04-20 14:03:08 +02:00
committed by GitHub
parent 2a062e38de
commit 3e3af143e9
+2 -2
View File
@@ -186,8 +186,8 @@ class Controls:
CS = self.sm['carState']
CC.currentCurvature = self.curvature
CC.pitchDEPRECATED = float(self.curvature_3dof)
CC.rollDEPRECATED = self.roll
CC.pitch = float(self.curvature_3dof) # debugging purposes
CC.roll = self.roll # for lateral iso limit calculation
# Orientation and angle rates can be useful for carcontroller
# Only calibrated (car) frame is relevant for the carcontroller