How to pass data to a node from an arduino board using rosserial?
Hi I am very new to ROS. I was going through this tutorial: http://wiki.ros.org/navigation/Tutori...
Here i wanted to pass my vx, vy and th values from a arduino board using rosserial. Is it possible to do so? How to do it? The rosserial node publishes string msg, so i want to use it in this odometry publishing node.
EDIT ::
I have found a way to do this but have little problem with it. Posted a question relating it on this link. [http://answers.ros.org/question/190424/problem-with-subscribing-a-custom-message-publishing-topic/]
It would be great if you can help me with it.
You may want to look at http://wiki.ros.org/ros_arduino_bridge
Similarly, you can take a look at ros_arduino.