Skip to content

Bernstein polynomial approximation of non holonomic trajectory can result in a time parameterized trajectory between given intial and final points

Notifications You must be signed in to change notification settings

tvsrr/bernstein_approximation_non_holonomic_trajectory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Bernstein's approximation of non holonomic motion equation

Non-holonomic equation = ydot(t) = xdot(t) tan(theta(t))

The approximation involves the following steps

  • Approximate x(t) and tan(theta(t)) with beizer curves

  • Differentiate the Bernstein's approximation

  • Find the weights of the bernstein polynomial for constraints

  • Get the y(t) and x(t)

The code doesn't require mathematica and order can be varied

Bernstein's approximation is uniform even over higher derivatives

![alt text][logo] [logo]: www.github.com/tvsrr/bernstein_approximation_non_holonomic_trajectory/Bernstein_path.jpg

About

Bernstein polynomial approximation of non holonomic trajectory can result in a time parameterized trajectory between given intial and final points

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages