-
Notifications
You must be signed in to change notification settings - Fork 25
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
Implement Intel RealSense L515 to prepare for data collection at INESC 2024 (zaubot) #903
Comments
Hi @manuelgitgomes , how about controlling the publication frequency and camera's resolution? Is it possible? What are the current values? |
Hello @miguelriemoliveira. Answering your question, yes, it is changeable but only to predefined resolutions/fps combinations. I reopened this issue because when trying to answer you questions I found a critical error when using the L515 camera. I found a lot people with the same issue [1][2]. I could try and create a docker image running this kernel version. We can also try in a computer that has a compatible kernel version. |
Hum, these are not good new. The solution for a new docker with a compatible kernel is not good, because this is just one sensor from a large set of sensors. How about disregarding this sensor and using the asus camera instead as the rgbd sensor? |
Might be a long shot but VM's don't share the kernel with the host. Given that you @manuelgitgomes have KVM sorted in your personal desktop it may be a option to experiment there. That or we must not launch the camera repeatedly, which is annoying indeed :c |
Also I noticed the issues you linked belong to different realsense sensors, I hope those problems don't carry over to the my T265 as I'm pretty certain we are using the same kernel. |
Yes, but that is a long-shot, honestly.
That could be an option, but:
I am fairly certain these problems will carry out to the T265. |
Hey. I'm currently on this kernel |
That's good news. |
I think your laptop is becoming the prime candidate to be the system which will be used to collect all data. What are your specs? |
My pc is the Asus ROG Strix G531GT and the main specs are: My main worry would be the battery life. I doubt it lasts even 1 hour with a full ROS system running full blast. I don't mind using mine but I reckon your pc @miguelriemoliveira is superior to mine. |
right, but I will not be with you three most of the times. I am not even sure I will going to INESC in all the days of the tests. So best to aim to use your laptop. Battery is not a problem as we can have the charger always connected, even with the agv moving around. Tagging @Kazadhum for visibility... |
Ok that settles it then. Do you have perhaps a USB hub we can borrow? I only have 3 USB ports and we will certainly need more. |
I have a hub, but generally those will cause problems. Lets test it. @manuelgitgomes you still have my office's key? Can you go there and pick up a black usb hub that I have near the monitor? |
Hello @miguelriemoliveira @brunofavs and @manuelgitgomes ! I agree that @brunofavs's PC is most likely the best candidate, especially since it appears to run everything with no problems. I think I have a USB Hub somewhere if needed, but I never used it so I don't even know if it works... |
Data collection done, closing this. |
This is done! I implemented a launch file to launch this camera and instructions on how to use are on the README.md.
There was only one caveat with the USB rules for this sensor, but the instructions to solve it are on the README.md as well.
The text was updated successfully, but these errors were encountered: