ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

run existing ros nodes from my own GUI

asked 2014-05-05 23:50:49 -0500

shen612 gravatar image

updated 2014-05-05 23:51:29 -0500

Hi, I am new to ROS. I have been searching how to do this for a few days, but no luck.

I am would like to ask how to use my own GUI (created using Qt) to run existing ROS nodes. For example, I have a package downloaded from internet. I would like to build a GUI(only) to run the node, which publishes some data, and show it in the GUI window.

I have downloaded qt_ros, but apparently it seems that I need to build a new package using the code in the package I downloaded online.

Thank you.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2014-05-06 00:56:53 -0500

Besides qt_ros, there is another qt-related package called RQT, here is the wiki: http://wiki.ros.org/rqt

Hope it help.

edit flag offensive delete link more

Comments

Thank you. However, this seems not to be the way I am looking for. What I am looking for is a way to run an existing ROS node by clicking on my GUI. For example, I have already used Qt creator created a GUI window with a push button. I would like to use it to run an existing node. Thank you

shen612 gravatar image shen612  ( 2014-05-06 16:02:50 -0500 )edit
0

answered 2014-05-07 20:32:11 -0500

Hamid Didari gravatar image

you can use QProcess to run your node.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-05-05 23:50:49 -0500

Seen: 1,238 times

Last updated: May 07 '14