Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ROS 2] qt_gui_main() found no plugin matching "rqt_graph.ros_graph.RosGraph" #99

Open
fujitatomoya opened this issue Aug 5, 2024 · 0 comments

Comments

@fujitatomoya
Copy link

I was playing around with ros jazzy and rolling with rqt, and found the following warning.

root@tomoyafujita:~# ros2 run rqt_graph rqt_graph 
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
qt_gui_main() found no plugin matching "rqt_graph.ros_graph.RosGraph"
try passing the option "--force-discover"
Warning: class_loader.ClassLoader: SEVERE WARNING!!! Attempting to unload library while objects created by this loader exist in the heap! You should delete your objects before attempting to unload the library or destroying the ClassLoader. The library will NOT be unloaded.
         at line 127 in ./src/class_loader.cpp
[ros2run]: Process exited with failure 1
root@tomoyafujita:~# ros2 run rqt_graph rqt_graph --force-discover
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
root@tomoyafujita:~# ros2 run rqt_graph rqt_graph 
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'

seems --force-discover works okay, and once it is force loaded, the problem is not reproducible.

I am not sure if this is problem, but as user-experience, it would be nice if that is working out of the box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant