针对你遇到的“rqt_bag: command not found”问题,我将按照提供的提示逐一解答,并给出相应的解决步骤。 确认rqt_bag是否已经正确安装: rqt_bag是ROS(Robot Operating System)中的一个工具,用于查看和操作ROS bags(一种记录ROS消息的数据文件)。要确认rqt_bag是否已安装,可以在终端中尝试运行以下命令: bash dpkg...
And when I run rqt_bag from the command line, qt_gui_main() can't find the rqt_bag plugin: venabled@tesla:~$ rqt_bag qt_gui_main() found no plugin matching "rqt_bag" I just tested it with a freshly updated installation and it works fine for me. ...