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

Sanjayan_Ravi's profile - activity

2020-02-01 03:24:35 -0500 received badge  Taxonomist
2014-06-30 05:13:42 -0500 received badge  Enthusiast
2014-06-29 19:25:03 -0500 received badge  Famous Question (source)
2014-06-29 07:20:43 -0500 received badge  Notable Question (source)
2014-06-29 07:20:43 -0500 received badge  Popular Question (source)
2014-06-28 12:02:25 -0500 asked a question Suggestion for ROS packages to do hand_gesture_recognition using the Asus xtion pro live

Hi,

I am trying to develop hand gesture recognition package for my university project.

My goal is to develop a C++ ROS package that will use “Asus xtion pro live“ sensor to recognize hand gestures (not all gestures but for now at least three gestures).

While searching the INTERNET I came across the following packages but I am not sure whether these packages are compatible with Asus xtion pro live.

  1. rtcus_kinect_gestures

  2. GestureRecognizer

  3. hri-ros-pkg

  4. qbo_music_player

So now my questions are :

  1. Can any one suggest me a package which already exist that does hand gesture recognition using the Asus xtion pro live camera so that I could use this package as a reference for my development

  2. If you have experience in the above listed packages could confirm me whether they are compatible with Asus xtion pro live

  3. Since I am new to ROS and hand gesture recognition any advices or guide lines will be appreciated.

Thank you in Advance.

2014-06-27 07:35:02 -0500 commented answer IR camera stream

no actually i am very new to this.

2014-06-27 05:46:00 -0500 commented answer IR camera stream

theora is compression algorithm, _image_transport:=theora means that i am requesting the output to be in compressed format.

2014-06-26 06:42:07 -0500 received badge  Supporter (source)
2014-06-26 03:30:52 -0500 commented answer IR camera stream

well i am using a asus xtion live pro camera, i dont use kinect but still it should work generally. may be use "rostopic list" command and check the topic once agin

2014-06-25 10:24:50 -0500 answered a question IR camera stream

rosrun image_view image_view image:=/camera/ir/image _image_transport:=theora