|
|
@ -55,4 +55,12 @@ Traceback (most recent call last): |
|
|
|
File "/home/batman/xx/openpilot/openpilot/selfdrive/car/tests/test_models.py", line 380, in test_panda_safety_carstate |
|
|
|
File "/home/batman/xx/openpilot/openpilot/selfdrive/car/tests/test_models.py", line 380, in test_panda_safety_carstate |
|
|
|
self.assertFalse(len(failed_checks), f"panda safety doesn't agree with openpilot: {failed_checks}") |
|
|
|
self.assertFalse(len(failed_checks), f"panda safety doesn't agree with openpilot: {failed_checks}") |
|
|
|
AssertionError: 1 is not false : panda safety doesn't agree with openpilot: {'gasPressed': 116} |
|
|
|
AssertionError: 1 is not false : panda safety doesn't agree with openpilot: {'gasPressed': 116} |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### [tools/car_porting/examples/subaru_steer_temp_fault.ipynb](/tools/car_porting/examples/subaru_steer_temp_fault.ipynb) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
An example of searching through a database of segments for a specific condition, and plotting the results. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*a plot of the steer_warning vs steering angle, where we can see it is clearly caused by a large steering angle change* |
|
|
|