rqt-graph error
I have installed, uninstalled, reinstalled the rqt packages using "sudo apt-get install ros-kinetic-rqt" i also did the same for the common-plugins. I keep getting the following: nvidia@tegra-ubuntu:~$...
View ArticleRosPluginProvider... could not parse
When I enter "rqt" into the command line, I get this: RosPluginProvider._parse_plugin_xml() could not parse "/home/river2/catkin_ws/src/beginner_tutorials/plugin.xml" in package "beginner_tutorials"...
View ArticleRQT main window configuration
Hello. I gonna to use RQT main window with plugins written by myself. I wonder if it is possible to remove menu bar from RQT main window without recompiling or not? Thanks.
View Articlerqt_robot_monitor (RuntimeError: deque mutated during iteration)
I'm working with [diagnostics](http://wiki.ros.org/diagnostics) and I visualize them with *rqt\_robot\_monitor* node. At the beginning everything works properly but a few seconds later and without...
View Articlerqt plugin including image widgets (python)
I am working on a self-made rqt plugin. buttons and labels work fine, so I would like to do the next step and display an image into a widget. I know it should be possible because of [this...
View Articlerqt_robot_monitor (RuntimeError: deque mutated during iteration)
I'm working with [diagnostics](http://wiki.ros.org/diagnostics) and I visualize them with *rqt\_robot\_monitor* node. At the beginning everything works properly but a few seconds later and without...
View ArticleSegmentation fault with graphic object in Rqt plugin
I am building my own rqt plugin. I found this [attitude indicator...
View Articleremove rqt left corner 'x - []' icons
I plan to use rqt on a raspberry touch panel which is apparently smaller than a pc. I'd like to realize two modifications, 1) Let the rqt automatically fit to the size of the raspberry screen once...
View Articlerqt crashed
$ rosrun rqt_gui rqt_gui> terminate called after throwing an> instance of 'std::bad_alloc' what():> std::bad_alloc Aborted (core dumped) The ros system used is indigo on Ubuntu LTS14.04
View Articleactionlib and rqt
Hello, I'm learning ROS now and trying to create an action client in my rqt plugin. No problem to catkin build the plugin. But when load the plugin, I got error as below: undefined symbol:...
View ArticleBest way to build a GUI/dashboard to display and refresh subscribed topic...
I have a package which does real-time control of a small robot. And there is a node publishing all the sensor measurements, I wanted to display all the data I observed via sensors in real-time. For...
View ArticleShow matplotlib plot in rqt
I have a plot in matplotlib, which I am using to control the robot. I have `plt.connect('motion_notify_event', self.moveRobot)` function, which controls the robot. Below is the code snippet: import...
View Articlerqt: a tabcontrol container for plugins
I really like rqt with its plugin system. My rqt plugins are growing in numbers and can no longer coexist in one view. Has anyone created a tab control where multiple rqt plugins can be organized on...
View ArticleCould not find class in rqt plugin
I am developing rqt plugin. For this purpose, I initially created a python script called `my_module.py` and wrote rqt code into it. It was working fine. Later on, I renamed the script file and...
View ArticleRQT Custom Plugin: undefined symbol
Hi everyone, I am trying to have a simple RQT template to use in the future whenever I need to create a new GUI. The main idea of my minimal (not) working example...
View Articlerqt_robot_monitor (RuntimeError: deque mutated during iteration)
I'm working with [diagnostics](http://wiki.ros.org/diagnostics) and I visualize them with *rqt\_robot\_monitor* node. At the beginning everything works properly but a few seconds later and without...
View Articlerqt: label of plugin is not shown
I have created some rqt plugins, but the plugin label is not shown as expected in the rqt GUI. See this image:  The first 3 plugins are homemade, the...
View ArticleQXcb Connection
Hello!I'm learning ROS for a college project and I'm running Ubuntu 16.04 off WSL as I'm not allowed to dual-boot my laptop. I don't have a spare machine lying around atm, so I'm running it like this....
View Articlerospy rqt - fullscreen?
Hi again, I need to make an RQT plugin use the full display. I don't want to have a title bar, even task bars of the underlying linux shall be hidden. This is dueto the fact that the resolution of the...
View ArticleDynamic Reconfigure - Pushbutton
I need to trigger a specific function in my ROS node by the user. There a simple pushbutton function that can be setup within the rqt dynamic reconfigure? Currently I am just using a workaround of just...
View Article