arduino publisher and subscriber both [closed]

asked 2013-08-12 17:16:07 -0500

appsdownload gravatar image

hi, we're trying to take data from arduino to ros, and send some value corresponding to it, back to the arduino. on the arduino side, the publisher works well but on the ros side the publisher is not publishing the data. we've tried the publisher and subscriber individually using python on ros side, but working with both of them is creating a problem.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2017-11-30 13:10:03.678592

Comments

When you say "on the arduino side, the publisher works well", could you be a bit more specific? (e.g. "values from the arduino are visible in the serial-monitor in the Arduino IDE", or "values from the arduino are published by a ROS node that reads values from the arduino via a serial conn", or ...)

dPackard gravatar image dPackard  ( 2013-08-14 06:15:04 -0500 )edit

Are you using rosserial_arduino? Please be very specific about what topics are being published by what things, and what are subscribing to those topics, and which exact ones are not working.

davr gravatar image davr  ( 2017-10-04 15:17:45 -0500 )edit