Install Qt Platform Plugin Windows

I have installed ROS2 Eloquent from the pre-built binary package on Windows 10 v1809. I followed the guide https://index.ros.org/doc/ros2/Instal..

  1. This Application Failed To Start Qt
  2. Qt Platform Plugin Install Windows Download
Install

Download Qt, the software that allows you to reach all your target platforms — desktop and embedded systems — and try out our UI and UX design tools. If the Pycharm console or debugger are showing 'Could not find or load the Qt platform plugin windows', the Python EXE file may be located at a different location for the PyCharm interpreter. You might manually select it in File - Settings - Interpreter.

The Talker/Listener example works, however when using:

the program yields 2 warnings:

  1. This tutorial shows where you download and install Qt Creator on Windows 10 Buy Me A Coffeehttps://www.buymeacoffee.com/guitutorials.
  2. Qt, in this case, is the Qt library used by MikTeX (I can't reproduce your Windows 7 error, however, I know how to fix the Windows 8 one. I can't reproduce your Windows 7 error, however, I know how to fix the Windows 8 one.

This Application Failed To Start Qt

Trying out the tutorial https://index.ros.org/doc/ros2/Tutori.. and using the turtlesim command:

Found a thread with the same problem, but this solution seems to fix the problem when installing from source and hence installing QT, which is not needed for the binary install? https://answers.ros.org/question/3392..

Windows

Finally, trying the 'rqt' command from the same tutorial yields:

I have extra checked the PATH variables from the guide and also added 'C:Python37Libsite-packagesPyQt5Qtpluginsplatforms', but no success.

Any solution to this? Do I need to install QT even though it's not in the guide? Thankful for answers./M

editretagflag offensiveclosemergedelete
Platform

Comments

I had to install QT to get it to work for me.

Skype 10.9. Thanks billy, I was able to run turtlesim by doing that. However, when trying to run the commands where visuals are needed, I think the original problem remains. For example rqt, rqt_graph, rqt_console. Any succes with those?

Oh yes. Same issue for me. Installing QT fixed issue with the turtlebot simulation, but I get same errors trying to run RQT.

Hi marreb and billy, I'm having the same problems. Were you able to find a solution to this?

I fixed RQT_graph somewhat by:

  1. Install windows package from: https://graphviz.gitlab.io/_pages/Dow..
  2. Install python graphviz package
  3. Add C:Program Files (x86)Graphviz2.38bin to User path 4 Add C:Program Files (x86)Graphviz2.38bindot.exe to System Path

However, rqt_graph works poorly and crashes uncontrollably. But you get to visualize your nodes/topics for a limited time =)

Hi guys, have you ever solved this issue about the RosPluginProvider in RQT?

Install Qt Platform Plugin Windows

Hi @songyuc, I switched installation method to http://wiki.ros.org/Installation/Windows.

Some fixes to that install can be seen here: https://answers.ros.org/question/3478..

Windows

However, you can run rqt with with binary install if you do the fixes in earlier comments, ignore the RosPluginProvider errors.

Qt Platform Plugin Install Windows Download

Hi @marreb, I think this issue may be relevant to the Graphviz, and I installed the Graphviz based on your previous solution. Then the errors about the Graphviz disappear.