- Oct 18, 2020
-
-
andersct authored
- fix shuttle model to recalculate inertia matrix after centering - refactor 3d plotting functions - add functions for using quaternions - add quaternion based model for integrating thrusts - add exponential map based model for integrating thrusts - refactor state space models for approximately maintaining constraints - add euler step function - add animation function for 3d
-
- Sep 27, 2020
-
-
andersct authored
- refactor state space models to return function info as dictionaries - move riccati solver to misc - add derivative calculation to empirical drag model - add min norm controller for relative degree 1 control (accel -> v) - add min norm controller for relative degree 2 control (accel -> pos) - add documentation for the min norm controllers
-
- Sep 26, 2020
-
-
andersct authored
- change ode solver to accept sim model for mismatch between control model and sim model - add top level readme
-
- Sep 20, 2020
-
-
andersct authored
- add display for sdre controller - add continuous time stepping via solving the ivp at each step - make cts state space models now return instantaneous change in state
-
- Jul 17, 2020
-
-
andersct authored
-