-
Hi, I'm currently integrating the D435i camera with YARP, and I'm following the guidelines outlined in the "Configure YARP" section. However, I'm encountering a step where I need to enable specific YARP CMake flags, and I'm seeking clarification on how to enable the following YARP CMake flags:
My current YARP version is 3.7.0. I appreciate any guidance you can provide on how to enable these flags correctly. |
Beta Was this translation helpful? Give feedback.
Answered by
pattacini
Jun 6, 2024
Replies: 1 comment 8 replies
-
Hi @jimingda Did you build YARP via |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jimingda
The failure is reported at this line:
[ERROR] |yarp.os.Property| cannot read from sensors/RealSense_conf.ini
This means that the configuration file is not found. The instructions do refer to robots that are shipped with that file integrated in the robot folder, like it happens for e.g., R1SN001, ergoCubSN001.
Therefore, as a quick test, you could:
Realsense_conf.ini
anew in theicub-head
.yarpdev --from Realsense_conf.ini
.