update the information about enabled vs not
With the roboRIO, we get different information about whether motors are
enabled (and some about sensors too), so the system for propagating it
around to everything needs to change.
Change-Id: I7e5f9591eeac1fdfe57b271333c3827431fbef01
diff --git a/aos/common/controls/control_loop_test.h b/aos/common/controls/control_loop_test.h
index 76c68d3..13c4f0d 100644
--- a/aos/common/controls/control_loop_test.h
+++ b/aos/common/controls/control_loop_test.h
@@ -33,7 +33,7 @@
}
private:
- static constexpr ::aos::time::Time kTimeTick = ::aos::time::Time::InUS(10000);
+ static constexpr ::aos::time::Time kTimeTick = ::aos::time::Time::InUS(5000);
static constexpr ::aos::time::Time kDSPacketTime =
::aos::time::Time::InMS(20);