Skip to content
Snippets Groups Projects
  1. Oct 18, 2020
    • andersct's avatar
      Add example applying forces to shuttle model · 6c38b697
      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
      6c38b697
  2. Oct 10, 2020
    • andersct's avatar
      Add support for 3d drawing · 7e90f507
      andersct authored
      - add example of visualizing shuttle model
      - add finding for inertia matrix and other mass properties
      - add function to draw surface normals
      - add function to draw thrusters
      - refactor vis naming
      7e90f507
  3. Oct 05, 2020
  4. Sep 30, 2020
  5. Sep 27, 2020
    • andersct's avatar
      Added controllers based on control lyapunov functions · dcd553b9
      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
      dcd553b9
  6. Sep 26, 2020
  7. Sep 20, 2020
  8. Aug 29, 2020
  9. Aug 16, 2020
    • andersct's avatar
      Add camera trajectory example · dc79c5ad
      andersct authored
      - add interpolation for creating n dimensional trajectories
      - fix bug in camera projection not accounting for translation
      dc79c5ad
  10. Aug 08, 2020
  11. Aug 01, 2020
    • andersct's avatar
      Add basic pid functionality · 0ae5c817
      andersct authored
      - add pid controller
      - add pid controller for rotate then move
      - add example using pid to reach waypoint
      0ae5c817
  12. Jul 17, 2020
Loading