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

Sreejith's profile - activity

2014-08-17 19:49:18 -0500 received badge  Famous Question (source)
2014-02-23 20:12:37 -0500 received badge  Famous Question (source)
2013-10-22 10:13:40 -0500 received badge  Famous Question (source)
2013-08-29 20:08:54 -0500 received badge  Notable Question (source)
2013-08-19 18:33:50 -0500 received badge  Popular Question (source)
2013-08-18 21:47:09 -0500 asked a question The face recognition package not have package.xml file

Hi,

I got face recognition tutorial on ros wiki page:

www.ros.org/wiki/face_recognition

and the SVN link for the face recognition package:

github.com/procrob/procrob_functional/tree/master/face_recognition

I tried to build the workspace using catkin_make command on groovy. But it not building the face recognition package. I had noticed that the package.xml file not exist in the face recognition package.

How I can run this node in groovy?

Thank You.

2013-07-31 20:54:26 -0500 received badge  Supporter (source)
2013-07-31 20:53:13 -0500 received badge  Notable Question (source)
2013-07-31 18:39:57 -0500 commented answer How turtlesim can use for a real project

Hi, Thank you for support. Actually I am new to ROS. As per your suggestions I had tried to learn tf: http://www.ros.org/wiki/tf/Tutorials/Introduction%20to%20tf . But i am not getting the logic/flow of using topic to accept velocity. Could you please suggest some links to study about: 1. Sending velocity to topic to control motor. 2. Using a package to control my robot. Thank you.

2013-07-31 04:10:06 -0500 received badge  Popular Question (source)
2013-07-30 21:49:49 -0500 received badge  Student (source)
2013-07-30 18:59:17 -0500 asked a question How turtlesim can use for a real project

Hi,

I am able to do following things:

  1. Able to run turtlesim node.
  2. Able to move turtle using keyboard.
  3. Able to move turtle in a specific path using terminal commands.

My doubt is how I can use turtlrsim or other packages in my real project?

I am going to make a basic robot with two motors and some sensors.

Could anyone tell me whether the the ROS software libs/packages are helpful in my robotic project? If yes how can i use it? Is there any useful links for this?

Thankyou

2013-07-24 05:00:08 -0500 received badge  Notable Question (source)
2013-07-24 02:22:44 -0500 received badge  Popular Question (source)
2013-07-23 23:22:29 -0500 asked a question Can we use ROS for our own robot

Can we use ROS for our own robot? ie, without buying the bases like PR2, Husky, TurtleBot, Kobuki etc. I can use a laptop inside my robot. I need to control the robot by a program installed in laptop. Whether i can use ROS in such a condition? Can i use ROS for controlling motors and various sensors in my robot?