GateJunction: module doesn't launch in an initialized state
Closed this issue · 1 comments
phdsg commented
hetrickcv/src/GateJunction.cpp
Line 95 in 415c7c3
there's a reset();
missing here
mhetrick commented
Thanks! The boolean arrays were uninitialized. I've added both fixes in.