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

Openni skeleton tracker does not post transforms

asked 2012-01-19 18:17:43 -0500

michikarg gravatar image

updated 2016-10-24 09:02:36 -0500

ngrennan gravatar image

Hi,

i am trying to use the openni skeleton tracker with kinect. We are starting openni with default parameters and openni_tracker:

$ roslaunch openni openni.launch
$ rosrun openni_tracker openni_tracker

And it basically seems to detect the human and the PSI-pose, but i cannot get any visualization in RVIZ. As far as i understand the code, the skeleton-transforms should be posted via tf? Also i cannot find the "Prime Sense User Tracker Viewer" anywhere...

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2012-01-19 21:04:05 -0500

Alireza gravatar image

updated 2012-01-19 21:04:31 -0500

what are your RVIZ configs ? you have to add a tf frame to rviz! Enter "rostopic list" command in console and make sure that tf topic is exist and also do a "rostopic echo /tf" to make sure that transforms are posted to tf topic! I think something similar to "Sense User Tracker Viewer" is exist in pi_tracker package!

edit flag offensive delete link more

Comments

Thanks for your answer. I already added tf to the RVIZ config and checked if the transforms are beiing sent with 'rostopic echo /tf', but only the camera frames appear... I will test with the pi_tracker package now...
michikarg gravatar image michikarg  ( 2012-01-19 21:51:31 -0500 )edit
Sorry for late, the pi_tracker worked for us!
michikarg gravatar image michikarg  ( 2012-02-06 00:18:10 -0500 )edit
1

answered 2012-04-23 03:49:26 -0500

tayyab gravatar image

updated 2012-04-23 03:50:05 -0500

/tf topics will be published when it has started tracking the User. Before 'tracking' you cannot visualize anything in the rviz. Just make sure you have added the TF and select /openni_depth_frame as Fixed/Reference frame .

Second option is to use the ros openni_tracker on offline data. Record a '.oni' file with Openni Sample NiViewer and then run the ros openni_tracker on this recorded data. For implementation details please checkout my post.

[http://tayyabnaseer.blogspot.de/2012/04/running-ros-openni-tracker-with.html]

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-01-19 18:17:43 -0500

Seen: 1,264 times

Last updated: Apr 23 '12