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

Skeleton tracking using openni_tracker

asked 2017-01-20 06:52:34 -0500

fundamentals gravatar image

I am trying to use openni_tracker to track skeletons. After running the command rosrun openni_tracker openni_tracker . the Kinect is able to detect new users but nothing happens after that.

Please can anyone tell me how Im suppose to track skeletons with it.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-01-20 09:46:59 -0500

Chaos gravatar image

The openni_tracker node publishes new users as frames. The node generates a frame for each limb (hand, arm, head, leg, and so on) of the detected person. You can check the result with RVIZ by setting the gui to visualize data about tf and by setting as fixed frame the Kinect's frame.

edit flag offensive delete link more

Comments

To visualize this on Rviz do I just run Rviz normally using the command rosrun rviz rviz ? @Chaos

fundamentals gravatar image fundamentals  ( 2017-01-20 11:08:26 -0500 )edit

You need also to configure RVIZ to visualize frames. Press the add button on the bottom left, search for "tf" and add it. Make sure you set the right fixed frame.

Chaos gravatar image Chaos  ( 2017-01-23 02:08:26 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2017-01-20 06:52:34 -0500

Seen: 382 times

Last updated: Jan 20 '17