Closed proyan closed 4 years ago
Surprisingly, when I try to connect to gepetto-gui in c++ using https://github.com/jmirabel/pinocchio-gepetto-viewer
, I don't have any problem.
From the giop address, it seems you use IPv6. I think I never tried to use IPv6 (at least, I never entered manually an IPv6 address). Although it should work out of the box, IPv4 is probably safer.
The nameserver isn't used anymore. You should be able to remove it.
C++ and Python access the server with the same way so it is weird that one works while the other does not. Do you have omniorb installed both from robotpkg and from the official repos ?
I don't have robotpkg installations. I use either installation from source, or from apt.
Is there an omni.logs or something like that that I can peruse?
The error messages seem to be pointing to https://fossies.org/linux/omniORB/src/lib/omniORB/orbcore/giopImpl10.cc. at Line 438 (for python client) and Line 590 (for gepetto-server)
Are you sure that there cannot be a mix between your source installation and your apt installation of omniorb ?
I don't have a source installation of omniorb
Is it repeatable: it never works in Python but it always work in C++ ?
Yes, I still have this error in python. And I don't have this error in c++
I have no idea of what's going wrong. It seems unrelated to GV itself but rather a misuse of omniorb.
The error appears somewhere in function initViewer
of pinocchio/visualize/gepetto_visualizer.py. Can you tell me what line exactly ?
I found the issue. After you talked about parallel installtions, I found that I had gepetto-viewer python installation in both dist-packages and site-packages. I've removed site-packages/gepetto
and now it works.
Thanks Joseph. I'll close this issue.
Hi guys, I'm following the devel branch in gepetto-viewer and gepetto-viewer-corba.
For the simple script below:
I get the following error:
I'm not sure why the connection gets closed. I've tried reinstalling gepetto-viewer, and I've tried restarting omni-nameserver by
sudo systemctl restart omniorb4-nameserver
I have the following warning messages in the shell running
gepetto-gui
I'm using python2.7, and Ubuntu16.04. Any help would be welcome,
Best Rohan