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

Subscribing to topic with bgra8 encoding directly from Kinect 4 Azure #9

Open
GabrielQuik opened this issue Nov 4, 2019 · 1 comment

Comments

@GabrielQuik
Copy link

I'm trying to subscribe to the native format of kinect 4 azure which is bgra8, I've made some changes to the code (mainly just editing bgr to bgra where it was possible). The topic runs for a while, at best I got to 12th frame and then I get an error:

 [lcm_republisher-1] process has died [pid 18753, exit code -11, cmd /home/ros/gabriel/rosToLcm/devel/lib/rgbd_ros_to_lcm/lcm_republisher __name:=lcm_republisher __log:=/home/ros/.ros/log/02590994-fed6-11e9-8f3f-00d8610e1481/lcm_republisher-1.log].
log file: /home/ros/.ros/log/02590994-fed6-11e9-8f3f-00d8610e1481/lcm_republisher-1*.log

When I try to open the log file it seems that is doesn't exist somehow. I'd be really glad if the issue could be resolved
Running ubuntu 18.04

@5yler
Copy link
Collaborator

5yler commented Nov 17, 2019

@GabrielQuik Have you tried setting subscribe_point_cloud to true in the launch file, and subscribing to a colorized point cloud instead, if that is something the Kinect 4 Azure ROS driver supports? It is an alternate way of getting the synchronized RGB and depth.

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

2 participants