I'm using the botwheeler ros2 control demo with plotjuggler to visualize the /gains/left_wheel_joint/pid_state topic, (in fact any related topic). Plotjuggler is subscribing to the topic and plotting it, however it eventually crashes, and the ros2 control node starts spamming
[ros2_control_node-1] Failed to send CAN frame And the communication stops.
I'm running the ros nodes in a docker running jazzy. While plotjuggler is running on main machine on Humble. This shouldn't cause a problem because previously I used to run my own ros2 control nodes and other topics and display them just fine in plotjuggler (Not using CAN bus though).
Any idea why this is happening? Please let me know if you need more info or logs data.