rosserial_python Failed Packet Flags + Lost Sync With Device, Restarting
I am using ROS Groovy on my RasPi and the Arduino Leonardo and the Arduino Mega 2560.
I was trying out the sample Push Button code given on wiki.ros.org on the RasPi using my Leonardo and the Mega. The code uploaded just fine on both Mega and Leonardo. However, when I run rosrun rosserial_python serial_node.py /dev/ttyACM0
, I get the following message:
[INFO] [WallTime: 1411372730.262631] ROS Serial Python Node
[INFO] [WallTime: 1411372730.267892] Connecting to /dev/ttyACM0 at 57600 baud
[INFO] [WallTime: 1411372732.420500] Failed Packet Flags
I checked out the solution given here and here but none of that worked. It seems to be a memory problem, but I can't figure out exactly where to begin solving this problem.
@ahendrix, please help me out here.
I got nothing on this one. sorry.
You could try opening a ticket on the rosserial repo https://github.com/ros-drivers/rosser... , but since groovy is (approaching) end-of-life, you're unlikely to find much help.
You can see that the latest groovy branch is 200 commits behind indigo, meaning there's a lot of work/potential fixes that haven't been backported.
Yeah, I agree with that @paulbovbel. But people have gotten the "Hello World" working on Groovy. Even that isn't working for me.