Skip to content

Path generation and path following for robotics.

License

Notifications You must be signed in to change notification settings

sweetquiet/spline-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spline Generation

Generate some splines and curves to create paths between points.

Running Code

First execute g++ -std=c++11 -o paths.out paths.cpp vector.cpp. Then run the compiled output with ./paths.out.

About

Path generation and path following for robotics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages