ethz-asl/mav_control_rw

Typos in steady_state_calculation.cpp

alexbuyval opened this issue · 2 comments

Hi,

I faced with typos in steady_state_calculation.cpp here

I am sure these lines should be:

  assert(steadystate_state);
  assert(steadystate_input);

or you need to fix these names into method header.

fmina commented

Thanks, will push a fix.

fmina commented

fixed.