-
Notifications
You must be signed in to change notification settings - Fork 1.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
Release to Melodic/Ubuntu 18.04? #386
Comments
@doronhi Any update? |
I haven't read any official comments on this yet but I am actually running the ROS realsense camera on Melodic/Ubuntu 18.04 without any problems. |
Hi @Tuebel |
Hi @doisyg |
Ok, thanks. |
Reporting progress for usage of a R200 camera in ROS with Ubuntu 18.04 and Melodic (and hence librealsense and realsense_camera v1) #Installation of librealsense: OK Update: udev rules |
Currently struggling with the compilation of the ros realsense_camera library (https://github.com/intel-ros/realsense/archive/indigo-devel.zip) |
Got it working by modifying CMakelists.txt: #Ros realsense_camera I added:
Commented the following lines (it was causing errors and I don't need it): And modified https://github.com/intel-ros/realsense/blob/ebc06d4be1800da82595a7ccb163f3b5b6e69b23/realsense_camera/CMakeLists.txt#L147 A bit dirty but it works |
Due to the fact that sudo clears the environment variables setup by setup.bash, for me was necessary run sudo visudo and add there the following line in order to run make with sudo:
|
I have Ubuntu 18.04 with 4.16.0 generic kernel |
failed during initialization: gstv4l2object.c(3722): gst_v4l2_object_set_format_full (): /GstCameraBin:camerabin/GstWrapperCameraBinSrc:camera_source/GstBin:bin18/GstV4l2Src:v4l2src1: This is the out put from cheese |
It is working for me with kernel 4.15 (with the modified CMakeLists posted before) |
[Please Ignore - RealSense system comment] |
Hey, releasing this to melodic (together with "bundling" librealsense2 into the ROS APT repos) would really help. Is it on track for you? |
Releasing realsense2_camera for Melodic is planned but as it seems to work for many people as it is, so far it never got the full attention of being supported officially. |
Well, it's a difference if you just run |
I absolutely agree and hope to manage that packaging soon. |
Thanks! I know this is a blocker on my end for Melodic transitions |
HI SteveMacenski, We understand the importance of the issue to you. Thanks! |
Please release |
I made the legacy librealsense work with 4.16+ kernel (and hence ubuntu 18.04.2) in this PR: IntelRealSense/librealsense#3929 |
Thanks @doisyg! tested on SR300 with 4.18 kernel and it works. |
Why was this issue closed? I don't see any melodic release in rosdistro... |
Yeah how difficult would it be to get this added to the buildfarm? Having to rebuild every time a new librealsense is tedious and having a melodic debian would be much easier. |
we are also waiting for a release of both |
I'd like to +1 the request for a melodic release of the |
+2 |
Hi, I'm trying to run realsense-ros on a Jetson Nano without much luck, please help.
I was able to install https://github.com/IntelRealSense/librealsense When I try to run I get:
|
@KrystianMarek have you checked this JetsonHacks video? https://www.youtube.com/watch?v=lL3zxwN5Lnw I don't have the camera so I did not have a chance to check if it is working but if Jim made a video about it, probably it's working. |
@berktepebag, Yes, I saw the video. It is about installing the realsense camera on Jetson Nano. As I wrote above. I already installed the camera on my Jetson Nano and realsense-viewer works. The problem is with realsense-ros. The camera does not work under ROS. |
@KrystianMarek sorry my bad, I was focused on Jetson part of the question. Totally missed the ROS part. |
Is there any application on TX2 ? ...I'm really tired about surveying the version matching problem. I'm Melodic/Ubuntu 18.04 with Jetpack 4.2 |
Hi @doisyg, The PR has been submitted recently to address this matter: Thank you! |
The package has been released. This can be closed @doisyg @RealSenseCustomerSupport . |
Thank you for your feedback! |
Now that Melodic is out, is there any plan to release to Melodic/Ubuntu18.04 for for both previous gen Realsense and D400 series?
Any tentative schedule?
The text was updated successfully, but these errors were encountered: