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

shen612's profile - activity

2019-05-23 01:32:15 -0500 received badge  Nice Question (source)
2016-02-24 16:10:08 -0500 received badge  Student (source)
2016-02-24 16:00:18 -0500 received badge  Famous Question (source)
2014-10-28 09:15:13 -0500 received badge  Notable Question (source)
2014-07-16 02:28:03 -0500 received badge  Famous Question (source)
2014-06-18 20:47:13 -0500 received badge  Popular Question (source)
2014-06-17 22:40:29 -0500 received badge  Enthusiast
2014-06-15 21:10:16 -0500 asked a question how to delete a rviz plugin

I have been trying to create my own rviz plugin. During the learning process, I have created a few panel plugins for rviz. I would like to ask how to remove these rviz.

Thank you.

2014-05-18 15:48:29 -0500 received badge  Notable Question (source)
2014-05-07 20:26:28 -0500 received badge  Popular Question (source)
2014-05-06 16:02:50 -0500 commented answer run existing ros nodes from my own GUI

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

2014-05-05 23:50:49 -0500 asked a question run existing ros nodes from my own GUI

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.