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

add C bindings #2

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

add C bindings #2

wants to merge 1 commit into from

Conversation

baggepinnen
Copy link
Owner

WIP solution along the lines of "solution 2" from #1

Current questions:

  • There appears to be two different ways of using the C interface, one called the "casadi way" and one slightly lower level. It's not quite obvious to me which functions I need to provide and to call should I pick one or the other.
  • The concept of a "capsule" appears important but does not appear in the documentation.
  • To create a plan and ocp_nlp_config etc. I need to call functions that aren't included in the "interface" header files. It thus feels like I shouldn't have to create those objects, but I can't quite tell.

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

Successfully merging this pull request may close these issues.

1 participant