You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved the Vertical takeoff and landing aircraft notebook (python-control#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.
0 commit comments