You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that there is only one depth camera. Interestingly it also depends on the
call order in the builder script. If kinect2 is initialized directly after kinect1 the problem didn't appear for me.
When adding to Kinects only one depth image is published.
Minimal builder file to reproduce the issue:
running
rostopic list
should show:Note that there is only one depth camera. Interestingly it also depends on the
call order in the builder script. If
kinect2
is initialized directly afterkinect1
the problem didn't appear for me.This seems to fix the problem:
But I don't understand the full problem e.g. why only the depth camera is
affected and what changes when both are initialized right after another.
The text was updated successfully, but these errors were encountered: