From: Samuel L. <no...@gi...> - 2020-05-17 15:25:19
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 5cb38e04029fe157f364e67a1569fb09f11a43bb https://github.com/python-control/python-control/commit/5cb38e04029fe157f364e67a1569fb09f11a43bb Author: Samuel Laferriere <sam...@gm...> Date: 2020-05-17 (Sun, 17 May 2020) Changed paths: M examples/pvtol-lqr-nested.ipynb Log Message: ----------- Improved the Vertical takeoff and landing aircraft notebook (#390) * Fixed typo in PVTOL notebook (forgot to divide by m). Also replaced hardcoded image with latex code. * Removed a lot of the unnecessary decoupling code. Notebook used to say "Since the python-control package only supports SISO systems, in order to compute the closed loop dynamics, we must extract the dynamics for the lateral and altitude dynamics as individual systems." This is not true anymore. So I simplified the code. Also added explanations as to what the code is doing and fixed some typos. |