Skip to content

andrespulido8/optimal_control_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Optimal Control Examples

My attempt at various optimal control problems solved in python using the follwing methods:

  • Indirect Single Shooting
  • Indirect Multiple Shooting
  • Direct Single Shooting
  • Direct Multiple Shooting

Problems:

  • Hypersensitive hyper
  • Brachistochrone brac
  • Orbit Transfer orbit
  • Mobile Robot robot
  • (Attempt of) Robot Arm

Dependencies:

  • Numpy
  • Scipy
  • Matplotlib
  • Jupyter Notebooks

TODO: For problems with an angle as the control, use substitution u1 = cos(angle) and u2 = sin(angle) with a path constraint of u1^2 + u2^2 = 1

About

optimal control problems solved in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published