Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simulated Kinect - depth map encoding #112

Open
ZdenekM opened this issue Sep 1, 2015 · 2 comments
Open

Simulated Kinect - depth map encoding #112

ZdenekM opened this issue Sep 1, 2015 · 2 comments

Comments

@ZdenekM
Copy link

ZdenekM commented Sep 1, 2015

I tried to use simulated PR2 and Object Recognition Kitchen. There is some problem with encoding of depth map (topic /head_mount_kinect/depth/image_raw). Not sure if it's problem of the PR2 simulator or ORK (or Gazebo?) so I'm also reporting it here. ORK issue: wg-perception/object_recognition_core#35. I worked with depth maps in ROS/Gazebo long time ago and I remember there were some difficulties with encodings.

@ZdenekM ZdenekM changed the title ORK vs. simulated PR2 Simulated Kinect - depth map encoding Sep 1, 2015
@ZdenekM
Copy link
Author

ZdenekM commented Sep 1, 2015

Ok, I probably found problem. Encoding of depth/image_raw changes. See following:

rostopic echo /head_mount_kinect/depth/image_raw | grep encoding
encoding: mono8
encoding: 32FC1
encoding: 32FC1
encoding: mono8
encoding: 32FC1
encoding: 32FC1
encoding: mono8

@ZdenekM
Copy link
Author

ZdenekM commented Sep 1, 2015

I commented out this kinect plugin and now I'm getting correct encoding (only 32FC1).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant