March 2018
Intermediate to advanced
1396 pages
42h 14m
English
After burning the code, to start subscribing or publishing to the Arduino board, we should start the ROS serial server on the PC side. Let's see how to do so:
$ roscore
$ rosrun rosserial_python serial_node.py /dev/ttyACM0
$ rostopic list
$ rostopic echo /adc/adc0

We ...