tpreynolds / uw_hs1_adcs

Development of ADCS flight software for the HuskySat-1 mission at the University of Washington.
0 stars 2 forks source link

Fix conversions of flags from floats to booleans #28

Closed MathiasKerman closed 6 years ago

MathiasKerman commented 6 years ago

Logic on flags is broken if we use floats. All flags must be converted to booleans before doing logical operations on them using the command logical(round(flag))

tpreynolds commented 6 years ago

fixed everywhere in FSW with the single-2-bool library.