Skip to content

Using MATLAB and mex to calculate reeds shepp curves using C-code

License

Notifications You must be signed in to change notification settings

e-schumann/ReedsShepps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReedsShepps

Using MATLAB and mex to calculate reeds shepp curves using C-code

Getting Started

Install a MATLAB-supported compiler like MinGW

Use the MATLAB mex command, called a build script, to build a binary MEX file.

Use your binary MEX file like any MATLAB function.

Prerequisites

Properly install compiler on MATLAB to mex the files

Running the tests

running the TestCCode.m generates 2 random poses for a car and connects them with reeds shepps curves

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Steven M. LaValle - Initial work - UIUC

About

Using MATLAB and mex to calculate reeds shepp curves using C-code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.2%
  • MATLAB 2.8%