IntelRealSense / realsense-ros

ROS Wrapper for Intel(R) RealSense(TM) Cameras
http://wiki.ros.org/RealSense
Apache License 2.0
2.53k stars 1.75k forks source link

Documentation: "Supported RealSense SDK" not present in all the releases documentation. #3204

Closed edgarcamilocamacho closed 1 day ago

edgarcamilocamacho commented 1 week ago

Hello.

When trying to follow the installation guides, it says "Supported RealSense SDK".

image

But when you go to the releases page, not all the releases have that section. 4.56.1 and 4.55.1 do not have it.

MartyG-RealSense commented 1 week ago

Hi @edgarcamilocamacho It is saying to go to the RealSense SDK 'Releases' page and download the source code for the SDK version that should be matched with a particular ROS2 wrapper version.

https://github.com/IntelRealSense/librealsense/releases

For example, if you are using wrapper 4.55.1 then go to the information listing for the corresponding 2.55.1 SDK version on the 'Releases' page, scroll down to the 'Assets' file list and click on the 'Source code' link to initiate a download of a zip file containing the SDK source code.

image

Sometimes the contents of the Assets list is hidden, so you have to left-click on 'Assets' to expand open the file list.

image

edgarcamilocamacho commented 1 week ago

Yes, but for versions 4.54.1 and before, each of their release documentation explicitly said the version of the SDK they needed, for example:

4.54.1: image

4.51.1: image

4.0.4: image

But the documentation of the last versions two versions 4.55.1 and 4.56.1 does not include that Supported RealSense SDK section.

What I understand is that, from the last versions, I just replace the major version 4 for 2 to get the corresponding SDK version, right?

MartyG-RealSense commented 1 week ago

I understand what you mean now. Thanks very much for the clarification. Yes, the 'Supported RealSense SDK' section is no longer included in the ROS wrapper release notes. You are correct, you just replace the major version number '4' with '2' to get the correct matching librealsense SDK version.

MartyG-RealSense commented 2 days ago

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

edgarcamilocamacho commented 1 day ago

Nope, the last response just clarified the situation. Thanks!