Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Custom Executable problem when running.
Forum Updated to NodeBB v4.3 + New Features

Custom Executable problem when running.

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 950 Views
  • 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.
  • A Offline
    A Offline
    Azhar
    wrote on last edited by
    #1

    I want to create a GUI in Qt creator for a rqt plugin in ROS.

    so to get myself familiarise, i clone a package from https://github.com/lucasw/rqt_mypkg/tree/master/rqt_example_cpp .

    I am able to build this. However, when i press the run icon(the green play icon), a pop up screen of "custom executable" appears.

    in the pop up, there are three blanks:
    Executable :
    Command line arguments:
    Working directory:

    Can someone please guide me on where to get the executable files and what to fill up the rest of the blanks.

    I have browsed through forums and could not figure it out.

    i found this answer in one of the forums but i dont know how to create this.
    "You need to write a client executable (or use an existing executable) to use your library and specify the path in this dialog box."

    I am using ubuntu 14.04 , Qtcreator 5.7.

    Any help would be appreciated by this noob. Thank you

    1 Reply Last reply
    0
    • T Offline
      T Offline
      Tavit
      wrote on last edited by
      #2

      Hi Azhar,
      The selected project([https://github.com/lucasw/rqt_mypkg/tree/master/rqt_example_cpp](link url) ) is plugin . so you will get generated as a dll. If you want to run this as a executable. You have to change the make file (.pro ).

      Other wise follow the below link to run directly @ section 6.2
      [http://wiki.ros.org/rqt/Tutorials/Create your new rqt plugin#Install_.26_Run_your_plugin](link url)

      Regards,
      Tavit.

      1 Reply Last reply
      1

      • Login

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