windows11下启动 rqt 时报错:This application failed to start...... 的解决方法
windows11下启动 rqt 时报错:This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
大意为无法正确初始化qt插件,此时查看我们的qt环境变量:
会发现在用户变量与系统变量中的qt路径不一致,一个是pyQt,一个是Qt。
修改用户变量中的变量名,重启终端后再次启动 rqt,此时启动成功。