-
Notifications
You must be signed in to change notification settings - Fork 777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can_printer.py only prints few messages #1992
Comments
Is the other node an ECU or another panda/jungle? |
Only one panda (C3X) on the bus. I was triple checking my setup and I tried can_printer one more time.
|
Ok, I think the issue again related to |
Yeah, always make sure to kill openpilot when running other things on device :) |
I would like to setup a full HITL test suite for all expected CAN behavior though |
If there is only one node other than panda (C3X), the
can_printer.py
usually prints only few messages (or none).Example: 6 messages printed but the timer is rolling:
When there is another, third, node on the CAN (acking messages), the printing seems to work. The moment that node is disconnected, the
can_printer.py
stops printing.This seems like a CAN silent mode, but even though panda is set to SAFETY_ALLOUTPUT
Additionally, on CAN3 (obd), I usually can't get the printer to roll even with two nodes connected.
#1991
The text was updated successfully, but these errors were encountered: