0
$\begingroup$

Rosanswers logo

Hi !

I'm looking from a package to communicate btw arduino and ROS kinetic (on jetson) with an arduino ethernet module.

I need to send msg / srv from arduino to the jetson.

Tim


Update:

I found a file ArduinoTcpHardware.h in the rosserial github. Anyone know how to use it ?


Originally posted by Tim Nicolas on ROS Answers with karma: 16 on 2018-12-06

Post score: 0

$\endgroup$

1 Answer 1

0
$\begingroup$

Rosanswers logo

So finally I found a solution.

I use this example from the rosserial github.

To run the ros node use roslaunch rosserial_server socket.launch.

For IPAddress ip(192, 168, 0, 177); choose an IP for the arduino.

For IPAddress server(192,168,0,11); use your ip.


Originally posted by Tim Nicolas with karma: 16 on 2018-12-14

This answer was ACCEPTED on the original site

Post score: 0

$\endgroup$

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.