Fix vision pipeline: search-first IPM, IMU non-blocking, LCD inverse IPM, servo direction, model WIP
This commit is contained in:
@@ -96,7 +96,7 @@ namespace {
|
||||
|
||||
void element_init()
|
||||
{
|
||||
std::memset(&g_elm, 0, sizeof(g_elm));
|
||||
g_elm = ElementMachine{};
|
||||
g_elm.state = TRACK_STRAIGHT;
|
||||
g_elm.last_state = TRACK_STRAIGHT;
|
||||
g_elm.normal_width = 50.0f;
|
||||
|
||||
Reference in New Issue
Block a user