You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed the plugin using ros-jazzy-rqt-robot-steering but it does not show up in rqt and when starting manually, I get the following error message:
qt_gui_main() found no plugin matching "rqt_robot_steering.robot_steering.RobotSteering"
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
The text was updated successfully, but these errors were encountered:
Hello @StefanFabian,
I could reproduce your issue.
Can you try to start rqt like this? -> rqt --force-discover
Then under Plugins you also have "Robot Tools" and also the direct command "rqt_robot_steering" should work.
I have installed the plugin using
ros-jazzy-rqt-robot-steering
but it does not show up in rqt and when starting manually, I get the following error message:The text was updated successfully, but these errors were encountered: