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

littleming's profile - activity

2013-08-18 20:02:06 -0500 received badge  Famous Question (source)
2013-02-25 14:57:24 -0500 received badge  Notable Question (source)
2013-02-24 17:35:40 -0500 received badge  Popular Question (source)
2013-02-24 03:48:13 -0500 asked a question How can I use ROS data to create a GUI??

Dear All,

My robot is a quad walker with Kinect and controlled by Arduino. The ROS will read the data from Kinect and then record the related x, y ordinate. But I have no idea for how can I use those data to create a node in graphic user interface. Should I use TCP/IP method send those data to client and build the GUI in that computer. Or I should use Matlab or Labview to build the GUI in Ubuntu directly. Which method should be easier.

Thank you very much.