Qt 6.11 is out! See what's new in the release
blog
Qt-ROS Communication
-
Hi
Did you see this one ?
https://www.cnblogs.com/casperwin/p/6206193.html -
@Yunus what if you follow the steps described in that blog suggested by @mrjj just using a .pro file?
I mean, the article guides you on setting up the environment both for Qt, Qt Creator and the ROS dependencies and then it's just creating a simple Qt app (in that example, a mainwindow with a button).
Even more, once you have created the .pro project in Qt Creator with the mainwindow.cpp and .h files, etc. you could copy the code from the corresponding C++ files from those examples into your own files.