-
Notifications
You must be signed in to change notification settings - Fork 194
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
Move realsense2 YARP devices to a separate standalone repository. #2371
Comments
I imported the realsense2 device here: There are probably still a couple of things to fix, but the code is officially there, and the I will remove it from YARP as soon as I am sure that it works properly. |
Thanks @xEnVrE for testing! |
Also successfully tested with a D435i (realsense2 device), YARP 3.4.1, RealSense SDK 2.39.0. |
Thanks @PeterBowman |
We should still figure out what to do with this documentation page, since if we move it out of YARP it will no longer be generated, but it doesn't make sense to leave it there, since the device is no longer there. |
For small repos, a well written README is definitely the most accessible and maintainable form of documentation. |
Done, updated the PR |
The realsense2 device depends on the
realsense2
library that is not available by default in debian/ubuntu.In order to simplify the installation using binary packages, we should move this device in a separate repository.
The text was updated successfully, but these errors were encountered: