Rosserial between two arduinos
Hello. I want to send serial data from one arduino to another based on rosserial. Do i need to run roscore anywhere? Can this work without roscore?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
You need one PC running roscore and two serial_node instances (one For each Arduino) in between. Given that you will BE able to communicate between the Arduinos. Direct Connection without PC running roscore ist Not possible
Thanks for a reply. The problem is: I want to tap a serial signal from a module. I am sure the serial signal is rosserial based. I am giving this signal as an input to arduino mega. I am also running roscore at this end. But no data is received. Kindly give me suggestion if any
the setup is like this : One arduino is sending the serial signal. Another arduino is receiving the serial signal and this arduino is connected with laptop on which roscore is running. My question is how come receiving side arduino know about the topic name which sender arduino has sent?
Asked: 2017-08-03 15:10:11 -0600
Seen: 604 times
Last updated: Aug 04 '17