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

Matlab wrapper is outdated #6

Open
Lauszus opened this issue Apr 6, 2016 · 3 comments
Open

Matlab wrapper is outdated #6

Lauszus opened this issue Apr 6, 2016 · 3 comments

Comments

@Lauszus
Copy link

Lauszus commented Apr 6, 2016

The Matlab wrapper found here: http://au.mathworks.com/matlabcentral/fileexchange/40655-dubins-curve-mex uses a old version of this code and does not compile on newer versions of Matlab.

I have published a updated wrapper here: https://gist.github.com/Lauszus/e150347185f6012735b776d06aa6ca48 which uses the code from this repository directly, so any future releases should work as well as long as the API does not change.

I have also included a small example which shows how to use this code to generate paths from some waypoints.

@isso11
Copy link

isso11 commented Nov 20, 2017

Thank you!

@journeyman9
Copy link

@Lauszus Your wrapper works up until the March 22, 2014 version of the code (https://github.com/AndrewWalker/Dubins-Curves/tree/64654eae81dad3175f78e2651bd936e37ad6180a).

Your idea to make a wrapper with the @AndrewWalker 's code directly was smart, however, he made structural changes March 3, 2018: (8335c74)

No action is needed, but I'm informing the community so they don't get bogged down by this for so long like I did. Thank you both for your work.

@Lauszus
Copy link
Author

Lauszus commented Oct 31, 2018

@journeyman9 unfortunately I do not have a Matlab license anymore, but feel free to update my code to make it work :)

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

3 participants