can_add_rx_filter() function is supposed to catch incoming CAN messages, but it always fails with the error code -ENOBUFS (No Buffer Space Available). Even though I am certain the messages are being broadcasted from the other nodes, my node doesn’t seem to capture or process them. I’ve tested the wiring and termination, and all other hardware connections look good.can_add_rx_filter() function to set up a filter that listens for CAN messages with a specific ID (in this case, 0x200). Once the filter is added, the can_recv() function should capture the incoming message, allowing me to process it and adjust the robotic arm’s behavior based on data from the other arms.