control-toolbox / CTBase.jl

Fundamentals of the control-toolbox ecosystem
MIT License
7 stars 2 forks source link

Abstract: future #71

Open jbcaillau opened 1 year ago

jbcaillau commented 1 year ago

@ocots @PierreMartinon @joseph-gergaud @j-l-s Some todo's suggestions:

ocots commented 1 year ago

Would be nice to have also

x = (position, velocity) ∈ R², state

to use position and velocity as names for plots.

ocots commented 3 weeks ago

This has been added:

x = (position, velocity) ∈ R², state

See

https://github.com/control-toolbox/CTBase.jl/blob/f594793f30f5178e80e0863aa4725e0968faf68d/test/test_onepass.jl#L10