Skip to content
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

Official method to build ros-kinetic-*realsense*.deb file? #2412

Closed
byhang opened this issue Jul 14, 2022 · 6 comments
Closed

Official method to build ros-kinetic-*realsense*.deb file? #2412

byhang opened this issue Jul 14, 2022 · 6 comments
Labels

Comments

@byhang
Copy link

byhang commented Jul 14, 2022

Dear Intel,
Is there a official method to build ros-kinetic-realsense**.deb** file?
I wanna build kinetic librealsense2-2.50.0 and realsense-2.3.2 from source code in Ubuntu16,but no good idea.

@MartyG-RealSense
Copy link
Collaborator

Hi @byhang Does using the command below to install librealsense SDK 2.50.0 and ROS1 wrapper 2.3.2 together at the same time from Debian packages work for you, please?

sudo apt-get install ros-$ROS_DISTRO-realsense2-camera

https://github.com/IntelRealSense/realsense-ros#method-1-the-ros-distribution

$ROS_DISTRO should enable the installation process to detect that you are using ROS Kinetic and install the appropriate packages.

@byhang
Copy link
Author

byhang commented Jul 14, 2022

@MartyG-RealSense
You know, The latest official version is realsense-ros-2.3.0 and librealsense2-2.45.0 in kinetic,I need newer.
How to build deb in the official way?

@MartyG-RealSense
Copy link
Collaborator

@byhang I see that you raised this question a couple of weeks ago at #2394 (comment) and IntelRealSense/librealsense#10624 (comment)

It reminded me that ROS Kinetic was made End of Life (EOL) by ROS around the time of wrapper 2.3.0.

https://discourse.ros.org/t/preparing-for-final-kinetic-sync/19805

You should still be able to build the 2.3.2 wrapper for Kinetic from source code using the Method 2 instructions of the ROS wrapper.

https://github.com/IntelRealSense/realsense-ros#step-2-install-intel-realsense-ros-from-sources

@byhang
Copy link
Author

byhang commented Jul 15, 2022

Thank you very much@MartyG-RealSense,
I try build deb use dpkg-deb after catkin_nake install.
But i have a little question.
what is 0 of 0xenial in ros-kinetic-librealsense2_2.50.0-0xenial_amd64.deb mean?
what is 1 of 1focal in ros-noetic-librealsense2_2.50.0-1focal.20211115.134455_amd64.deb mean?

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Jul 15, 2022

The link below indicates that the ' - ' number after the librealsense version number (such as 2.50.0 -1) is a way of distinguishing between old and new versions of the packages.

https://github.com/IntelRealSense/librealsense2-release

Xenial and Focal are names of Ubuntu versions.

Xenial: 16.04
Bionic: 18.04
Focal: 20.04.
Hirsute: 21.04
Jammy: 22.04

@byhang
Copy link
Author

byhang commented Jul 15, 2022

get√
Thank you dear MartyG @MartyG-RealSense

@byhang byhang closed this as completed Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants