-
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
Jetson Nano + D435i Issues #4031
Comments
@kat-mcg-lin Have you been able to solve this issue? |
I have the same issue. |
Latest builds come with librealsense2 packages for Jetson. Please try by following distribution.md (skip the dkms) Works well on a nano for me. Also, same can be accomplished by building with libuvc (see relevant instructions under doc folder) Sent with GitHawk |
Do you mean following |
Yes Sent with GitHawk |
ok thank you point that, I must have a try now . |
Meet some errors when run N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic InRelease' doesn't support architecture 'arm64' |
It's okay. 😄 So do you have any suggestions for installation doc of D435i? for now , D435I device could not be detected by Jetson nano, but T265 can. |
Me and @ev-mp will check how to offer debians for bionic as well, but for xenial arm build we basically followed libuvc-installation.md document / script. Key parameter is |
thank you.now I'm trying the script I think this script have been include parameter + cd ./librealsense-master
+ echo Install udev-rules
Install udev-rules
+ sudo cp config/99-realsense-libusb.rules /etc/udev/rules.d/
[sudo] password for geek-car:
+ sudo udevadm control --reload-rules
+ udevadm trigger
+ mkdir build
+ cd build
+ cmake ../ -DFORCE_LIBUVC=true -DCMAKE_BUILD_TYPE=release
-- The CXX compiler identification is GNU 5.5.0
-- The C compiler identification is GNU 5.5.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Internet connection identified
-- Info: REALSENSE_VERSION_STRING=2.28.0
-- Performing Test COMPILER_SUPPORTS_CXX11
-- Performing Test COMPILER_SUPPORTS_CXX11 - Success
-- Performing Test COMPILER_SUPPORTS_CXX0X
-- Performing Test COMPILER_SUPPORTS_CXX0X - Success
-- Setting Unix configurations
-- Using libuvc (by force)
-- using RS2_USE_LIBUVC_BACKEND
-- Found usb: /usr/lib/aarch64-linux-gnu/libusb-1.0.so
-- Found OpenGL: /usr/lib/aarch64-linux-gnu/libOpenGL.so
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
-- Found apriltag: /usr/local/include/apriltag
-- Building with TM2
now I'm waiting the build result. |
hi @dorodnic I build librealsense master(version 2.28) by script but when run 11/09 13:10:42,564 WARNING [547222434240] (messenger-libusb.cpp:94) bulk_transfer returned error, endpoint: 134, error: Resource temporarily unavailable, number: 11
11/09 13:10:42,634 WARNING [547222434240] (messenger-libusb.cpp:94) bulk_transfer returned error, endpoint: 134, error: Resource temporarily unavailable, number: 11
11/09 13:10:45,105 WARNING [547222434240] (messenger-libusb.cpp:94) bulk_transfer returned error, endpoint: 134, error: Resource temporarily unavailable, number: 11
11/09 13:10:46,288 WARNING [547222434240] (messenger-libusb.cpp:94) bulk_transfer returned error, endpoint: 134, error: Resource temporarily unavailable, number: 11
11/09 13:10:46,499 WARNING [547222434240] (messenger-libusb.cpp:94) bulk_transfer returned error, endpoint: 134, error: Resource temporarily unavailable, number: 11
11/09 13:10:47,139 WARNING [547222434240] (messenger-libusb.cpp:94) bulk_transfer returned error, endpoint: 134, error: Resource temporarily unavailable, number: 11
and CPU resources like 3/4 cores reached 80%+ is it normal ? |
Normal - yes. |
Any progress on this? My issue results in same bulk_transfer with D435i on Jetson Nano, 4.9.140-tegra, RealSense ROS v2.2.8, Running with LibRealSense v2.28.1, Device FW version: 05.12.01.00 |
I got the following issue while running the rs_camera.launch file (using the D435 camera)
I am able to view all video streams on rviz despite the above messages. Is this normal? Is there any way to rectify this? |
@arjunsengupta1998 Did you find any way to solve this issue? |
Yeah I build realsense with https://github.com/JetsonHacksNano/installLibrealsense |
I am still getting these errors. I installed it from JetsonHacks as well. |
Im getting the same issue on Jetson TX2 👍 messenger-libusb.cpp:42) control_transfer returned error, index: 768, error: Resource temporarily unavailable, number: 11 any solution |
I get Then I start getting I'm running Realsense 2.33.1. and D435i firmware 05.12.03.00 |
Hi, Are you still experiencing issues with this? Try installing the packages using the instructions here: https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_jetson.md Just be sure to first remove all traces of anything RealSense to prevent any potential conflicts using the instructions here: Thanks |
FYI if we don’t hear from you in 7 days, this issue will be closed. Thanks |
I've asked this question elsewhere, hoping to get some answers here. I've been trying to get the D435i to work for awhile, I have the T265 working just fine, but the D435i isn't being recognized after following the popular instructions from Jetson Hacks
The text was updated successfully, but these errors were encountered: