Skip to content
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

Segfault when instantiating TracIkSolver after install via poetry #7

Open
clemense opened this issue Aug 4, 2022 · 0 comments
Open

Comments

@clemense
Copy link

clemense commented Aug 4, 2022

Hi!
I'm trying to integrate tracikpy into a poetry project via:

poetry add git+https://github.com/mjd3/tracikpy.git@main

But when using it I get

Segmentation fault (core dumped)

or

double free or corruption (out)
Aborted (core dumped)

when either instantiating a TracIkSolver object or calling the solve method (it does seem to happen at arbitrary points, not deterministic).

GDB backtrace gives me

#0  0x00007fffcad505bd in KDL::SVD_HH::calculate(KDL::Jacobian const&, std::vector<KDL::JntArray, std::allocator<KDL::JntArray> >&, KDL::JntArray&, std::vector<KDL::JntArray, std::allocator<KDL::JntArray> >&, int) () from /usr/lib/liborocos-kdl.so.1.3

Any recommendation on what to look for to figure out what's wrong here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant