Debug
version
$ rosversion -dtf
$ rosrun tf view_frames
$ rosrun tf tf_monitor map odominstall rqt_graph
$ sudo apt-get install ros-<distro>-rqt
$ sudo apt-get install ros-<distro>-rqt-common-pluginsrqt Debug
$ rqt_console // to get all errors, rqt_console should be up before roslaunch.
$ rqt_image_view
$ rqt_graph // show nodes & topics
$ roswtfPublish to rostopic
rostopic + rosmsg + rqt_plot Debug
Last updated