March 2018
Intermediate to advanced
1396 pages
42h 14m
English
After building the project, first we can run the LED blink example. We have to login to Odroid using SSH from PC in multiple terminals for running this example.
$ roscore
$ sudo -s
# cd /home/odroid/catkin_ws/build/ros_wiring_examples
#./blink_led
After starting the blink_led node, publish 1 to the led_blink topic in another terminal.
$ rostopic pub /led_blink std_msgs/Bool 1
$ rostopic pub /led_blink std_msgs/Bool 0