startup rqt not working
I'm trying to run rqt_gui on startup so I added it to my startup applications list.
I tried both 'rqt' and 'rosrun rqtgui rqtgui' as the command but neither work. Even if roscore isn't running using the command 'rqt' brings up an empty window, so I am confused at what the issue could be.
Asked by shoemakerlevy9 on 2016-11-22 15:02:11 UTC
Comments
Does your startup command include sourcing the appropriate
setup.bash
? Without a configured environment, it will probably not work. See the many questions about starting ROS binaries using (desktop) shortcuts for how to set this up.Asked by gvdhoorn on 2016-11-23 05:36:47 UTC