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

SeiedMilad's profile - activity

2016-01-18 03:26:51 -0500 received badge  Famous Question (source)
2014-08-07 07:50:50 -0500 received badge  Nice Question (source)
2014-01-15 16:17:10 -0500 received badge  Notable Question (source)
2013-11-15 05:39:47 -0500 received badge  Student (source)
2013-10-30 22:16:53 -0500 received badge  Popular Question (source)
2013-09-04 11:20:19 -0500 received badge  Famous Question (source)
2013-08-25 15:34:14 -0500 received badge  Notable Question (source)
2013-08-21 12:53:32 -0500 asked a question how to use rosserial in my package nodes?

Hi, as the result of my searching through the net I've found that we've got lot's of ways to communicate with serial port in ROS same as "rosserial Library" and "serial.h library" and it seems these two libraries are the best too, it seems good but a bit confusing. also I feel that ros serial is newer and better for my ROS Groovy version. so I've got 2 questions: 1- which of the above libraries is simpler and better? 2- if I want to use rosserial in my projects, what kind of steps should I follow? for instance suppose that I've got a working space and a package inside and I want to use rosserial in one of my package nodes.

2013-08-18 21:45:08 -0500 received badge  Popular Question (source)
2013-08-16 23:06:36 -0500 received badge  Editor (source)
2013-08-16 22:53:31 -0500 asked a question How to import ROS project C++ file into QT-Creator and compile them?

Hi, I want to import my ROS project into Qt-Creator for compiling and having some gui and so on, so I've searched so much about it on th net but I couldn't find a specific answer for this question. consider that I want to import the ROS main tutorial on ROS site into QT-Creator, for instance I want to compile my client C++ node in Qt-Creator with out compiling it in terminal window, so is there any way ? I need more visual interface for Coding than linux text editor.

Regards

2013-08-13 03:21:45 -0500 received badge  Teacher (source)
2013-08-13 03:21:45 -0500 received badge  Self-Learner (source)
2013-08-13 03:03:02 -0500 received badge  Famous Question (source)
2013-08-11 01:39:18 -0500 received badge  Notable Question (source)
2013-08-10 22:06:25 -0500 answered a question What are the steps of having ROS on a custom robot?

Ok, I'll try it and as soon as I approach any results I'll aware all. Regards

2013-08-10 22:05:10 -0500 received badge  Supporter (source)
2013-08-10 00:26:35 -0500 received badge  Popular Question (source)
2013-08-07 21:42:03 -0500 asked a question What are the steps of having ROS on a custom robot?

hi there, I'm new to ROS and it was a bit hard for me to start with ROS because I used to program my robots on my own with some languages like C# or C++ and I didn't care about being global and so on. now I've got a costume robot which has a kinect and some sensors which are connected to some micro-controllers and i can receive their data through Serial-Port. my question is what are the steps to start with having ROS for my robot? I mean after I read the tutorials what should I do in general and step by step? from where should I start?

Regards