Need to resolve rosserial rostopic echo chatter not published yet
After uploading the Hello World sketch to my Arduino Uno per the rosserial tutorial, I'm getting this "rostopic echo chatter WARNING: topic [/chatter] does not appear to be published yet".
I'm a real beginner with ROS, so hopefully someone has a link to the solution.
Thanks in advance
RoboBill
Did you run the serial_node?
Hi Tony,
I followed the instructions per the rosserial tutorial...
in a terminal I ran... 1) roscore 2) rosrun rosserial_python serial_node.py _port:=/dev/ttyUSB1 3) In a new terminal.... rostopic echo chatter... thats where it "burps"
RoboBill
Is your Arduino connected /dev/ttyUSB1?
Yes... I uploaded the sketch successfully with the Arduino IDE via USB1
Hi Tony,
I just remembered I changed the bootloader on this Uno a few months back. So when I upload a sketch to this Uno, I choose the board type as a Duemilanove w/ ATmega328.
Does this help?
What does the serial_node output? Does it connect?
Hi Tony,
I get the following:
WARNING: topic [/chatter] does not appear to be published yet
Thanks
RoboBill
I meant, what output do you get from the serial_node?