June 2018
Intermediate to advanced
484 pages
11h 36m
English
We will start our discussion by running the program4 and program5 nodes using the following command:
$ roslaunch chapter4_tutorials program4_5.launch
We must have information about the type and structure of the messages; we can use rosmg show <msg type> to get this.
$ rosrun rqt_plot rqt_plot /temperature/data
$ rosrun rqt_plot rqt_plot
While the node is running and when rqt_plot is started, we will see a plot that changes over time with the incoming messages from the /temperature ...