mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 16:26:14 +08:00
Calibrationd: allow more pitch angle (#28255)
* Calibrationd: allow more pitch angle
* Update ref_commit
old-commit-hash: 2c65b843a5
This commit is contained in:
@@ -33,8 +33,8 @@ MAX_ALLOWED_SPREAD = np.radians(2)
|
||||
RPY_INIT = np.array([0.0,0.0,0.0])
|
||||
WIDE_FROM_DEVICE_EULER_INIT = np.array([0.0, 0.0, 0.0])
|
||||
|
||||
# These values are needed to accommodate biggest modelframe
|
||||
PITCH_LIMITS = np.array([-0.09074112085129739, 0.14907572052989657])
|
||||
# These values are needed to accommodate the model frame in the narrow cam of the C3
|
||||
PITCH_LIMITS = np.array([-0.09074112085129739, 0.17])
|
||||
YAW_LIMITS = np.array([-0.06912048084718224, 0.06912048084718235])
|
||||
DEBUG = os.getenv("DEBUG") is not None
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
89ead2916988a97a938f5e2e10855c37fcbf5d65
|
||||
5c68f066452f7fcfb315abc5cb9b7a50794fbd3f
|
||||
|
||||
Reference in New Issue
Block a user