Ok, I found the problem. It seems the packet the vesc is sending out has changed, it is now 1 byte longer. For now, in the file “vesc_comm_standard.cpp” you can change line 24 to
_max_packet_length = 80;
Then it will work again.
5 Likes