Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt-ROS Communication
Qt 6.11 is out! See what's new in the release blog

Qt-ROS Communication

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 1.8k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • YunusY Offline
    YunusY Offline
    Yunus
    wrote on last edited by Yunus
    #1

    Hi all,

    I wonder if there is an easy way to do Qt and ROS communication. The methods which I found on the net, are complicated to me. I only need to send simple letters and numbers to ROS. Is there a simple way to do this?

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Did you see this one ?
      https://www.cnblogs.com/casperwin/p/6206193.html

      1 Reply Last reply
      0
      • YunusY Offline
        YunusY Offline
        Yunus
        wrote on last edited by
        #3

        @mrjj Yeah I saw it. But it is using cmakelist I need an example using pro file

        Pablo J. RoginaP 1 Reply Last reply
        0
        • YunusY Yunus

          @mrjj Yeah I saw it. But it is using cmakelist I need an example using pro file

          Pablo J. RoginaP Offline
          Pablo J. RoginaP Offline
          Pablo J. Rogina
          wrote on last edited by
          #4

          @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.

          Upvote the answer(s) that helped you solve the issue
          Use "Topic Tools" button to mark your post as Solved
          Add screenshots via postimage.org
          Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          1
          • YunusY Offline
            YunusY Offline
            Yunus
            wrote on last edited by
            #5

            @Pablo-J-Rogina Do you think it will work with adding files to a .pro based project? Anyway thank you I will try it

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved