Hyp-ed/hyped-2018

Run length is not initialised

mkristien opened this issue · 5 comments

  • Communication module does not initialise Communications.run_length in the shared data structure
    note, units should be the same as for Navigation.distance
  • State module uses the uninitialised value of Communications.run_length
    add check the data has been initialised
    add code getting new updated data

test:
start up the system, it should not go straight to FailureStopped due to checkNavigation()

Can we close this?

Has it been resolved? If so, where is the solution?

I now initialize the run length in communications main.cpp. I believe that was pull request 149

Yes, resolved by #149