ocs2 icon indicating copy to clipboard operation
ocs2 copied to clipboard

JumpMap with input

Open ghost opened this issue 1 year ago • 0 comments

Hi,

I think JumpMap with input, i,e,. the one documented in SystemDynamicsBase

$ x^+ = G \delta x + H \delta u \f$

is not yet implemented since the interface of systemDynamics supports only

  virtual VectorFunctionLinearApproximation jumpMapLinearApproximation(scalar_t t, const vector_t& x, const PreComputation& preComp);

ghost avatar Sep 26 '22 12:09 ghost