/sequential_convex_programming

implementation of sequential convex programming (successive convexification)

Primary LanguagePython

Sequential convex programming

This reposit is the implementation of sequential convex programming in Python. The implementation depends on numpy and cvxopt. You can start running the code in notebooks/test_unicycle.ipynb or notebooks/test_RocketLanding3D.ipynb

References

TODO

  • final time free
  • Quadratic approximation for the cost
  • Integration with odeFun

Obstacle avoidance for a quadrotor

3D Landing

Unicycle Driving