You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`conda` will automatically install all the supported dependencies.
45
+
46
+
To add yarp-device-realsense2 to a [`pixi`](https://pixi.sh/latest/) project, just run:
47
+
48
+
```
49
+
pixi add yarp-device-realsense2
50
+
```
51
+
52
+
## Installation from source (advanced)
53
+
54
+
If you want to use a package manager (for example `apt` on Ubuntu) that does not provide `yarp-device-realsense2` packages, you can do that
55
+
as `yarp-device-realsense2` is a fairly standard CMake project. To do that, first of all install either via a package
56
+
manager or manually the following depencies:
57
+
35
58
### Dependencies
36
59
Before proceeding further, please install the following dependencies:
37
60
@@ -63,6 +86,8 @@ In order to make the device detectable, add `<installation_path>/share/yarp` to
63
86
64
87
Alternatively, if `YARP` has been installed using the [robotology-superbuild](https://github.com/robotology/robotology-superbuild), it is possible to use `<directory-where-you-downloaded-robotology-superbuild>/build/install` as the `<installation_path>`.
65
88
89
+
## Usage
90
+
66
91
### How to use a RealSense D435
67
92
68
93
#### As `yarpmanager` application
@@ -116,7 +141,7 @@ You can write a yarp application to launch the camera and see the RGB and Depth
116
141
:bulb:**NOTE:** When using YARP < 3.5, the final part of the `protocol` string should be changed from `+file.depthimage_to_rgb` to `+file.depthimage2`.
117
142
118
143
119
-
####From the command line
144
+
### From the command line
120
145
121
146
Set the `YARP_ROBOT_NAME` to either `CER01`, `CER02` or `CER03`. Then, run the command:
0 commit comments