Git Product home page Git Product logo

Comments (12)

MartyG-RealSense avatar MartyG-RealSense commented on June 27, 2024

Hi @danielhertz Firmware 5.16.0.1 should only be used with the current latest librealsense version 2.55.1. For SDK 2.54.1, firmware 5.15.0.2 should be used.

from realsense-ros.

danielhertz avatar danielhertz commented on June 27, 2024

the sdk was updated, still the same problem, even i updated the sdk and deletet the remains of the old one
image]

also i found this problem, maybe it connected to this ?

daniel@daniel-Pulse-GL66-11UGKV:$ sudo dmesg | grep uvcvideo
[ 1421.555528] usbcore: registered new interface driver uvcvideo
[ 1614.185648] uvcvideo 4-8:1.1: Non-zero status (-71) in video completion handler.
[ 1614.206139] uvcvideo 4-8:1.4: Non-zero status (-71) in video completion handler.
[ 3803.407762] uvcvideo 4-8:1.1: Non-zero status (-71) in video completion handler.
[ 3803.427012] uvcvideo 4-8:1.4: Non-zero status (-71) in video completion handler.
[ 6391.137861] usbcore: deregistering interface driver uvcvideo
[ 6391.586155] usbcore: registered new interface driver uvcvideo
[ 6599.273901] usbcore: deregistering interface driver uvcvideo
[ 6599.516651] usbcore: registered new interface driver uvcvideo
[ 9260.463885] uvcvideo 4-8:1.1: Non-zero status (-71) in video completion handler.
[ 9260.483135] uvcvideo 4-8:1.4: Non-zero status (-71) in video completion handler.
[ 9675.228885] uvcvideo 4-8:1.1: Non-zero status (-71) in video completion handler.
[ 9675.259134] uvcvideo 4-8:1.4: Non-zero status (-71) in video completion handler.
[ 9712.596634] uvcvideo 4-8:1.1: Non-zero status (-71) in video completion handler.
[ 9712.603633] uvcvideo 4-8:1.2: Non-zero status (-71) in video completion handler.
daniel@daniel-Pulse-GL66-11UGKV:
$
daniel@daniel-Pulse-GL66-11UGKV:~$
daniel@daniel-Pulse-GL66-11

from realsense-ros.

MartyG-RealSense avatar MartyG-RealSense commented on June 27, 2024

There have been a couple of cases where a launch that failed on ROS2 Iron worked on Humble. Do you have the ability to change your ROS version to Humble, please?

from realsense-ros.

MartyG-RealSense avatar MartyG-RealSense commented on June 27, 2024

After further research I was able to find some very old past RealSense references to Non-zero status (-71) in video completion handler dating back to 2018-2019. On the few occasions that it was reported, it was mostly in relation to the librealsense SDK rather than the ROS wrapper.

It is a uvcvideo type error, which usually indicates that there is a conflict between the librealsense SDK and the kernel.

The notes at the top of this case list 6.5 as your kernel version and 2.54.1 as your librealsense version. Support for kernel 6.5 was not added until the current latest 2.55.1 version of librealsense. I note that you already tried installing 2.55.1 above though. Can you confirm that you rebuilt the 4.54.1 ROS wrapper after updating to 2.55.1? It is necessary to build the wrapper again each time that the librealsense version is changed.

The kernel can be bypassed to help avoid kernel conflicts if librealsense is built from source code with the 'libuvc backend' or 'RSUSB backend' installation methods. Which method did you use to install librealsense on your computer?

from realsense-ros.

danielhertz avatar danielhertz commented on June 27, 2024

so thats why its always downgrading my sdk version at the launching?
coz at first it was SDK 2.55.1and after a day it was 2.54.1
image

daniel@daniel-Pulse-GL66-11UGKV:~$ ros2 launch realsense2_camera rs_launch.py pointcloud.enable:=true
[INFO] [launch]: All log files can be found below /home/daniel/.ros/log/2024-05-11-13-07-57-986347-daniel-Pulse-GL66-11UGKV-5250
[INFO] [launch]: Default logging verbosity is set to INFO
[INFO] [realsense2_camera_node-1]: process started with pid [5251]
[realsense2_camera_node-1] [INFO] [1715422078.346648536] [camera.camera]: RealSense ROS v4.54.1
[realsense2_camera_node-1] [INFO] [1715422078.346755717] [camera.camera]: Built with LibRealSense v2.54.1
[realsense2_camera_node-1] [INFO] [1715422078.346785276] [camera.camera]: Running with LibRealSense v2.54.1
[realsense2_camera_node-1] [INFO] [1715422078.356668973] [camera.camera]: Device with serial number 831612074153 was found.
[realsense2_camera_node-1] 
[realsense2_camera_node-1] [INFO] [1715422078.356698847] [camera.camera]: Device with physical ID /sys/devices/pci0000:00/0000:00:14.0/usb4/4-4/4-4:1.0/video4linux/video0 was found.
[realsense2_camera_node-1] [INFO] [1715422078.356708469] [camera.camera]: Device with name Intel RealSense D435 was found.
[realsense2_camera_node-1] [INFO] [1715422078.356951137] [camera.camera]: Device with port number 4-4 was found.
[realsense2_camera_node-1] [INFO] [1715422078.356961953] [camera.camera]: Device USB type: 3.2
[realsense2_camera_node-1] [INFO] [1715422078.358256993] [camera.camera]: getParameters...
[realsense2_camera_node-1] [INFO] [1715422078.358387827] [camera.camera]: JSON file is not provided
[realsense2_camera_node-1] [INFO] [1715422078.358397492] [camera.camera]: Device Name: Intel RealSense D435
[realsense2_camera_node-1] [INFO] [1715422078.358403974] [camera.camera]: Device Serial No: 831612074153
[realsense2_camera_node-1] [INFO] [1715422078.358409875] [camera.camera]: Device physical port: /sys/devices/pci0000:00/0000:00:14.0/usb4/4-4/4-4:1.0/video4linux/video0
[realsense2_camera_node-1] [INFO] [1715422078.358415946] [camera.camera]: Device FW version: 5.16.0.1
[realsense2_camera_node-1] [INFO] [1715422078.358421526] [camera.camera]: Device Product ID: 0x0B07
[realsense2_camera_node-1] [INFO] [1715422078.358426834] [camera.camera]: Sync Mode: Off
[realsense2_camera_node-1] [INFO] [1715422078.370214251] [camera.camera]: Set ROS param depth_module.profile to default: 848x480x30
[realsense2_camera_node-1] [INFO] [1715422078.376894653] [camera.camera]: Set ROS param rgb_camera.profile to default: 640x480x30
[realsense2_camera_node-1] [INFO] [1715422078.387960636] [camera.camera]: Stopping Sensor: Depth Module
[realsense2_camera_node-1] [INFO] [1715422078.392028392] [camera.camera]: Starting Sensor: Depth Module
[realsense2_camera_node-1] [INFO] [1715422078.414874722] [camera.camera]: Open profile: stream_type: Depth(0), Format: Z16, Width: 848, Height: 480, FPS: 30
[realsense2_camera_node-1] [INFO] [1715422078.415916475] [camera.camera]: Stopping Sensor: RGB Camera
[realsense2_camera_node-1] [INFO] [1715422078.426174656] [camera.camera]: Starting Sensor: RGB Camera
[realsense2_camera_node-1] [INFO] [1715422078.428280592] [camera.camera]: Open profile: stream_type: Color(0), Format: RGB8, Width: 640, Height: 480, FPS: 30
[realsense2_camera_node-1] [INFO] [1715422078.430819150] [camera.camera]: RealSense Node Is Up!
[realsense2_camera_node-1] [WARN] [1715422078.513705279] [camera.camera]: 


from realsense-ros.

MartyG-RealSense avatar MartyG-RealSense commented on June 27, 2024

After you launch ROS with 2.54.1, does it still become stuck? Are you able to view streams in RViz after the RealSense Node Is Up message?

from realsense-ros.

danielhertz avatar danielhertz commented on June 27, 2024

yes i can, but wait, im still string to figure it up since im having issues with the TF, its not letting me c it in the all range(x,y,z) of the 3d map

from realsense-ros.

MartyG-RealSense avatar MartyG-RealSense commented on June 27, 2024

Okay, no problem. Please let me know when you have further news to report from your tests. Good luck!

from realsense-ros.

MartyG-RealSense avatar MartyG-RealSense commented on June 27, 2024

Hi @danielhertz Do you have an update about this case that you can provide, please? Thanks!

from realsense-ros.

danielhertz avatar danielhertz commented on June 27, 2024

im still working on it even theres an progresss i have failures, ill let u know as soon as i can, ty so much

from realsense-ros.

MartyG-RealSense avatar MartyG-RealSense commented on June 27, 2024

You are very welcome. I look forward to your next update. Good luck!

from realsense-ros.

MartyG-RealSense avatar MartyG-RealSense commented on June 27, 2024

Hi @danielhertz Do you require further assistance with this case, please? Thanks!

from realsense-ros.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.