-
Notifications
You must be signed in to change notification settings - Fork 30
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
CMake Error at CMakeLists.txt:31 (INCLUDE) #176
Comments
Dear @IoannisDadiotis, thank your interest. To fix this you can do: |
Thank you @olivier-stasse. After some additional issues, I finally built and installed without errors. However, when typping The file I read that gepetto-viewer used
I also include |
Hi @IoannisDadiotis , pkg-config is used at configure or compile time, not at runtime. |
Hi @nim65s, I can now launch the gui. Notice that in the terminal I launch it, I get
Morover, while trying to use
|
The error seems to come from this block: https://github.com/stack-of-tasks/pinocchio/blob/7e3f96e59047b40e678a53b3877b401af4b6d0bd/bindings/python/pinocchio/visualize/gepetto_visualizer.py#L37. |
@florent-lamiraux, I am not sure if this is the optimal way but I did it by adding breakpoints. It seems to fail in this line while the |
I think I have missed When
|
|
I did not see your previous message. You need actually to install robotpkg-gepetto-viewer-corba. |
I get the same errors:
|
It seems that the binary packages are being rebuilt: http://robotpkg.openrobots.org/rbulk/robotpkg/index.html?. |
You cannot install gepetto viewer from source and gepetto-viewer corba from binaries... |
@jmirabel Thanks for the clarification. I am trying to install gepetto-viewer-corba from source. When
To reach this point it was needed to |
Why don't you go for binaries ? |
I have already installed gepetto-viewer from source. Based on your comment I cannot install gv-corba from binaries unless I re-install gepetto-viewer from binaries. Do you think this is a better option? |
Remove everything you have installed and use the binaries. |
So I will first need to re-install |
You don't need to do anything special about osgQt. If you run |
Can I adjust to python2.7 and qt4 (since I have |
I suggest |
Thank you. Well, I played around with the examples and they seem to run as expected through terminal. I then tried to run an example from the notebooks in a virtual environment with python2.7 interpreter in Pycharm (while running
As far as I can understand, it looks like I should add some paths to the interpreter but I am not sure which one. I tried adding the following:
as in the former there are This may be not related with gepetto-viewer but trying to run code from the unicycle example in a similar environment gave me: |
Solved by augmenting interpreter's path with Copied the code from unicycle_utils to my project as a workaround Thanks to everyone for the support. |
Hi,
I am trying to setup in my Ubuntu 18.04. When
cmake ..
in my build folder, I am getting the following error:I checked the folder
/my_workspace/src/gepetto-viewer/cmake
and it is empty.Thank you.
The text was updated successfully, but these errors were encountered: