ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Uncle_Jew's profile - activity

2017-12-07 10:57:28 -0500 received badge  Famous Question (source)
2016-10-08 18:54:05 -0500 received badge  Notable Question (source)
2016-07-26 04:06:32 -0500 received badge  Popular Question (source)
2016-06-25 22:07:01 -0500 answered a question Only with ROS - avrdude: stk500_recv(): programmer is not responding

While it is not ideal I did come up with a temporary solution :/

I isolated the error to only happening in Ubuntu. Since it seems to be something there I decided to add the ros_lib folder on Windows and upload all my code there. Then run ROS in Virtualbox with Ubuntu. Would be nice to do it all through Ubuntu but as long as it is working I'm happy.

2016-06-25 20:30:39 -0500 commented question Only with ROS - avrdude: stk500_recv(): programmer is not responding

Actually I take it back. After more testing it turns out not to be an issue only related to ROS. After your comment I did some more testing and other non ros examples are running into the same issue.

2016-06-25 15:32:45 -0500 asked a question Only with ROS - avrdude: stk500_recv(): programmer is not responding

I am having an issue with my Arduino using ros. I am using Ubuntu 14.04 with Jade.

When I upload the blink tutorial to my Arduino it works okay. But if as soon as I try adding #include <ros.h> or try to upload any of the ros_lib examples it errors out while trying to upload the sketch. Below are two screenshots showing the sucessful and unsucessful attempts. I searched for a few hours trying to find a solution but could not come to a solution.

image description image description