arduino odom listener
hi everyone
I try to connect arduino to my ROS and i use rosserialpython package with serialnode.py node. Do i need another node which listen to my encoder readings (odom) and is running at same time?? Where could i find it?? Do we have a good package for it? thanks too much:)))
Asked by mohammad on 2014-10-04 03:47:31 UTC
Answers
No, if you just want to run your code that publishes stuff from arduino, you do not need any other package...
If you want to test that the messages published by your arduino are correctly published you can use (in another shell on your host PC)
rostopic echo /your_topic
or
rostopic hz /your_topic
Asked by Wolf on 2014-10-05 04:14:37 UTC
Comments
If you use only publish the encoder data, then yes. Else, if you directly publish the odom data from the arduino, you don't.
Asked by tonybaltovski on 2014-10-05 15:28:49 UTC
Comments