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

tomahawk077's profile - activity

2018-07-09 14:05:12 -0500 marked best answer How to configure communication with arduino

Hi,

I'm trying to configure the communication using rosserial to arduino and to install everything.

I followed this tutorial http://wiki.ros.org/rosserial_arduino... and am trying to finish this one http://wiki.ros.org/rosserial_arduino...

Here is the error I am getting, I just cannot locate serial_node.py anywhere on my computer!


rosrun rosserial_python serial_node.py /dev/ttyUSB0

[rosrun] Couldn't find executable named serial_node.py below /opt/ros/indigo/share/rosserial_python


I couldn't find anyone having the same issue, any advice would be greatly appreciated.

Thank you very much!

2018-03-05 22:05:53 -0500 received badge  Famous Question (source)
2017-05-12 03:38:25 -0500 received badge  Notable Question (source)
2017-05-08 06:50:40 -0500 received badge  Popular Question (source)
2017-05-07 04:18:40 -0500 answered a question How to configure communication with arduino

I solved this issue, but now I cannot run helloworld for another reason: sketchbook/libraries/ros_lib/Esp8266Hardware.h

2017-05-06 11:37:31 -0500 asked a question How to configure communication with arduino

How to configure communication with arduino Hi, I'm trying to configure the communication using rosserial to arduino an