Skip to content
Snippets Groups Projects
  1. Oct 04, 2022
  2. Aug 23, 2022
  3. Jul 18, 2022
  4. Jul 15, 2022
  5. Jul 11, 2022
    • crides's avatar
      parser: ignore standalone expressions · 785ce618
      crides authored
      Mainly to ignore docstring comments, but also standalone expressions
      won't do anything for us either. Raise a warning when a function call
      (with no return assigned) is used
      785ce618
  6. Jul 08, 2022
  7. Jul 04, 2022
  8. Jul 01, 2022
  9. Jun 30, 2022
  10. Jun 29, 2022
    • crides's avatar
      unsafe: quick fix small bugs · fb43ca6d
      crides authored
      fb43ca6d
    • crides's avatar
      integrate new parser into sim + unsafety checking · 80d002fb
      crides authored
      I'm too lazy to split this commit...
      
      The new parser should now work with the simulation backend. Unsafety
      checking is added as a frame by frame checking, and doesn't influence
      the simulation. Currently only `assert`s in the controller itself is
      checked, but other options can be added with ease. When plotted with
      plotly, the unsafety set is denoted by segments with a black color
      
      Tested on `demo3` and `ball_bounces_dev` examples
      80d002fb
  11. Jun 23, 2022
    • li213's avatar
      add empty controllerir · 1d524264
      li213 authored
      1d524264
    • crides's avatar
      parser: full assert support · 93cc7f4f
      crides authored
      Asserts are embedded into environments and lambdas (so `controller` will
      have it too). A `unsafe` function is optionally extracted. Asserts use
      `if` conditions as preconditions
      93cc7f4f
  12. Jun 22, 2022
  13. Jun 21, 2022
  14. Jun 20, 2022
  15. Jun 17, 2022
  16. Jun 10, 2022
  17. Jun 08, 2022
  18. Jun 07, 2022
  19. Jun 06, 2022
Loading