Arduino Due on Jetson TK1
Our setup consists of our Jetson and a laptop (running Ubuntu 14.04) connected to a router; We run a launch file on the Jetson and have the laptop send the Jetson joy messages (via wired xbox controller) over the network (router). The Arduino Due then receives these joy messages and moves the motors. However, we keep on getting errors on the Jetson (such as lost connection to device and rosserial version mismatch). Any advice? Thanks!
I think it has something to do with baud rates. When I use a baud rate of 115200 on the arduino Due and ros, I get some things to work.
Are you watching the output of the arduino serial, sometimes that ROS ardunio library can panic and crash.