mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 00:05:57 +08:00
Update controlsd.py
This commit is contained in:
@@ -186,7 +186,7 @@ class Controls:
|
||||
CS = self.sm['carState']
|
||||
|
||||
CC.currentCurvature = self.curvature
|
||||
CC.pitchDEPRECATED = self.curvature_3dof
|
||||
CC.pitchDEPRECATED = float(self.curvature_3dof)
|
||||
CC.rollDEPRECATED = self.roll
|
||||
|
||||
# Orientation and angle rates can be useful for carcontroller
|
||||
|
||||
Reference in New Issue
Block a user