-
Notifications
You must be signed in to change notification settings - Fork 2
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
Problem with CMake and YARP #9
Comments
Interesting, can you return the output of the
This happens also if you launch |
Yes, we followed the same installation path
Ok, now it works, but in order to send simple messages using write/read ports I have to do the following commands:
Moreover, I have to use |
Do you want to quickly debug this together? I am available from 14:00 to 14:30 and 15:00 to 16:00 . |
It's ok for me! I should be available from 15.15. As usual on Teams right? |
Ok! |
Problem solved! Thanks again to @traversaro for helping me |
For future reference, it is a good idea to briefly explain how we solved the problem (to avoid the problem https://xkcd.com/979/):
The problem was that
@GiacomoBisio had in his |
Sorry for the inconvenience, but I faced different problems in compiling the code and using the yarp server. Note that these problems happened only to me and not to my colleague Luca Pastore.
When I launch
cmake ..
inside the build directory, the following error appears:Note that I followed the binary installation as in link_to_yarp_installation.
Second problem:
Every time I launch
yarp server
, the following error appears:Unfortunately, if I change
/home/giaco/.config/yarp/yarp.conf
with the desired setting it works momentarily, but then if I open anew terminal, the settings appears unchanged, and so I face the error again and again.
The text was updated successfully, but these errors were encountered: