Closed spykspeigel closed 2 years ago
At first glance, you have several installations of Pinocchio on your computer. Why do you want to install it from source?
In the meantime, you are not the first one to encounter such installation issues which is mostly due to a dirty install setting.
I invite you to look at the other issues in GitHub.
To check the several install, just do: locate libpinocchio.so
Hey @jcarpent. Yes, I had a binary installation. I am working on a new stateclass in Crocoddyl library and for this I wanted python binding of dIntegrateTransport. There is no binding related to dIntegrateTransport in Pinocchio. Is it not exposed for any specific reason? For this requirement, I did add the corresponding bindings but faced the above issue.
So just remove it and let's play.
The dIntegrateTransport
will be added soon. We already have a fix for that thanks to @ManifoldFR.
I think we can now close the issue which seems to be solved.
The
dIntegrateTransport
will be added soon. We already have a fix for that thanks to @ManifoldFR.
This is great! These bindings are blocking us, we are keen to implement it (or support you) ourselves if this will take time to be available. Could you tell us when you think it will be available (in devel branch)?
Many thanks ;)
The python bindings of dIntegrateTransport
are already present in the main lib: https://github.com/stack-of-tasks/pinocchio/blob/master/bindings/python/multibody/liegroups.hpp#L194
Is there something specific that you are searching @spykspeigel @cmastalli ?
The python bindings of
dIntegrateTransport
are already present in the main lib: https://github.com/stack-of-tasks/pinocchio/blob/master/bindings/python/multibody/liegroups.hpp#L194Is there something specific that you are searching @spykspeigel @cmastalli ?
We need the bindings of the joint algo: https://github.com/stack-of-tasks/pinocchio/blob/a1df23c2f183d84febdc2099e5fbfdbd1fc8018b/src/algorithm/joint-configuration.hxx#L174-L220, which I think it should be implemented here: https://github.com/stack-of-tasks/pinocchio/blob/master/bindings/python/algorithm/expose-joints.cpp
Hi, I cherry-picked a commit from my working branch and proposed PR #1572 to add this functionality.
Thanks. :)
Hello, I tried a source installation. But received the following error
On turning off Build_unit_test, the compilation was complete. But on importing Pinocchio I receive the following import error.
The dependencies with,
ldd /usr/local/lib/libpinocchio.so.2.6.4
areI suspect there is an issue with the libboost but not sure about the specific issue. Any help is greatly appreciated.