-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
RealSenseNodeFactory segfault during launch #1228
Comments
Downgraded [ INFO] [1591148280.396089253]:
02/06 18:38:00,406 ERROR [140402921432832] (handle-libusb.h:51) failed to open usb interface: 0, error: RS2_USB_STATUS_ACCESS
02/06 18:38:00,427 WARNING [140403035809536] (rs.cpp:283) null pointer passed for argument "device"
[ WARN] [1591148280.427877974]: Device 1/1 failed with exception: failed to set power state
[ERROR] [1591148280.427915510]: The requested device with device name containing d435 is NOT found. Will Try again. On |
Downgraded the firmware to |
hello @truhoang-ubtrobot could you tell me how to downgrade the firmware to 5.12.3, as I have the same error https://github.com/IntelRealSense/realsense-ros/issues/1228#issuecomment-638309946. I have used the method 1 from this page https://github.com/IntelRealSense/realsense-ros. Regards, |
|
Hi, Are you still experiencing this? We are unable to reproduce this issue with the latest F/W and RealSenseViewer. Thanks |
@truhoang-ubtrobot, Thanks for the reply. Now it's working totally fine. :) Nope, Now I am not facing any more issues. Thank you :) |
@RealSenseSupport |
@RealSenseSupport Previous comment refers to L515. Tested with D435i and the same issue occurs |
Hi, Will you be needing further help with this? If we don’t hear from you in 7 days, this issue will be closed. Thanks |
Hi yes, I still have the same issue |
This is occurring on the latest version of RealSenseROS+LibRealSense? |
@truhoang-ubtrobot Seems your problem is similar to #1408 (comment) Could you please check if you have 99-realsense-libusb.rules under /etc/udev/rules.d/? |
Case closed due to no further comments received. |
Per @doronhi request, I'm creating a new issue for this error. Originally posted in #1191.
My setup:
OS: Ubuntu 18.04
Camera: d435i
Firmware: 5.12.5.0
librealsense version: 2.35.0
I'm running into the launch issue using
rs_rgbd.launch
andrs_camera.launch
. The launch files worked before but I recently updated tolibrealsense 2.35.0
and the launch file no longer works. I narrowed the error down to thenodelet.launch.xml
specfically in theRealSenseNodeFactory
class. Therealsense2_camera_manager
failed to launch due to segfault.I enabled
gdb
and ran a backtrace:The text was updated successfully, but these errors were encountered: