-
Notifications
You must be signed in to change notification settings - Fork 226
"process has died" when roslaunch driver.launch #70
Comments
I may have a guess. EDIT: |
@msr-peng can you try the latest updates to the ROS driver and see if this fixes the issue for you? |
Thanks. I'll try the latest updates of ROS driver. |
Hey skalldri, I just tried the laster ROS driver, now The new little issue is the loop time warning. The acutally loop time is a little longer than expected max loop time. Is it okey for the rgbd image quality? Is there any way to shorter the loop time, make it below the expected max loop time |
@msr-peng that loop timer warning is letting you know that the main sensor loop isn't hitting framerate, so frames from the camera might be dropped and you might see higher latency in the output images. For some reason, this is reasonably common when using the colorized pointcloud mode: it seems to just be taking a really long time to produce a colorized point cloud. |
@skalldri |
@msr-peng |
@RoseFlunder lets consolidate this discussion in the thread for #56. |
Describe the bug & To Reproduce
After
catkin_make
theAzure_Kinect_ROS_Driver
ROS package, when runfollowing errors will occur
Expected behavior
The driver.launch should run successfully.
Desktop (please complete the following information):
Additional context
I already sucessfully run Azure ROS Driver on my laptop (Ubuntu 16.04 & ROS Kinetic). However, when I do the same thing on my robot mini PC (which is Intel NUC, in Ubuntu 16.04 & ROS Kinetic environment), this error occured.
I can make sure that the robot mini PC fulfill the hardware requirment to run Azure Kinect. Actually, I followed the Azure Kinect SDK build steps, and can successfully run
k4aviewer
on my mini PC. Here is the screenshot:Another thing that might help the troubleshooting is that, when I run
driver.launch
on robot mini PC without plugging Azure Kinect camera, the exact same error will occur. So it seems that the error might occur before the sensor is being found.Could anyone give me any clues to debug it? Any suggestion will also help me. I know Azure Kinect is not officially supported to run in Ubuntu 16.04 & ROS Kinect environment. But currently many robot can only work with this Ubuntu version.
The text was updated successfully, but these errors were encountered: