Skip to content

Can we make same wrapper for C++ ? #3

Description

@farhanmubasher

Hi all,
I want to find FK and IK of given pose data since my project is in C++ language, thus I want to make cpp wrapper on ikfast61.cpp. I'm just not sure which file should i use to extend in my wrapper to make it able to work like python wrapper of this repository.
I tried to include ikfast61.cpp file in my cpp wrapper but it gives this error:

/tmp/ccZNJDSH.o: In function `IKSolver::solvedialyticpoly8qep(double const*, double*, int&)':
mywrapper.cpp:(.text._ZN8IKSolver21solvedialyticpoly8qepEPKdPdRi[_ZN8IKSolver21solvedialyticpoly8qepEPKdPdRi]+0x492): undefined reference to `dgetrf_'

Any kind of help will be appreciated. Thank you

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions