-
Notifications
You must be signed in to change notification settings - Fork 4.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
kernel problem #7333
Comments
Hi @gaotao19890725 There is an official guide for installing librealsense on Jetson boards that include TX2 in the link below. I recently used this guide to successfully install librealsense on a TX2. https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_jetson.md |
Dear MartyG-RealSense:
Thanks for your quick reply. And I make it according to your suggestion.
Tao Gao
At 2020-09-14 18:37:53, "MartyG-RealSense" <notifications@github.com> wrote:
Hi @gaotao19890725 There is an official guide for installing librealsense on Jetson boards that include TX2 in the link below. I recently used this guide to successfully install librealsense on a TX2.
https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_jetson.md
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Okay @gaotao19890725 Please let us know whether you were successful in installing librealense on TX2 using the official guide that I linked to. Thanks! |
Dear MartyG-RealSense:
In the terminal, I input the following commands one by one:
(1)sudo apt-key adv --keyserver keys.gnupg.net --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE || sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE
(2)sudo add-apt-repository "deb http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic main" -u
(3)sudo apt-get install librealsense2-utils
(4)sudo apt-get install librealsense2-dev
(5)realsense-viewer
Finally, I get the following picture
Tao Gao
At 2020-09-14 19:37:36, "MartyG-RealSense" <notifications@github.com> wrote:
Okay @gaotao19890725 Please let us know whether you were successful in installing librealense on TX2 using the official guide that I linked to. Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sorry, your picture is not shown in the comment posted to the GitHub by email. Could you describe what is in the picture of what happens when you launch the RealSense Viewer? |
When I launch the realsense-viewer, the camera realsense D435i runs and in the picture it is me, for i am in front of the camera. |
Thank you very much. Does this mean that the camera is now working correctly for you, please? |
But I meet another question, the project ElasticFusion can not work as before after my installation of RealSense2, and I do not know whether the RealSense2 conflicts with the project ElasticFusion or not. |
ElasticFusion should not conflict with librealsense, since it has optional compatibility with librealsense that is enabled by just having librealsense installed. The ElasticFusion documentation suggests that dependencies (such as librealsense) should be installed first and when you have all of the dependencies installed, you should build the Core of ElasticFusion and then build the GUI afterward. https://github.com/mp3guy/ElasticFusion#11-ubuntu So maybe installing librealsense when ElasticFusion was already installed overwrote something important and so the ElasticFusion Core and GUI need to be built again. |
Hi @gaotao19890725 Do you require further assistance with this case, please? Thanks! |
Dear MartyG-RealSense: |
I hope that you can find useful information in the link below about connecting RealSense to ElasticFusion: |
Dear MartyG-RealSense: |
Could you try one of the install instructions below please depending on whether you are using ROS Kinetic or Melodic: Kinetic Melodic |
Great news - thanks so much for the update and sharing of your image! |
It is no trouble at all @gaotao19890725 :) |
Case closed due to no further comments received. |
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
<Describe your issue / question / feature request / etc..>
Build Instruction
$ mkdir build
$ cd build
$ cmake
$ make
When I excute the followting command: ./scripts/patch-realsense-ubuntu-lts.sh, then the following error occurs
Unsupported kernel version 4.9.140-tegra . The Bionic patches are maintained for Ubuntu LTS with kernels 4.15, 4.18, 5.0 and 5.3.
I do not know how to solve the problem, can you give me some suggestions. thanks a million
The text was updated successfully, but these errors were encountered: