Initial Vec2 impl ready for algo

This commit is contained in:
2026-03-31 00:24:48 +02:00
parent 5e19e7daa8
commit 46c652181c
8 changed files with 90 additions and 22 deletions

View File

@@ -50,6 +50,13 @@ int Gps::loop(unsigned long timeout_ms) {
}
}
if (lap_active_) {
if (start_line_trigger_ == trigger_status::Idle) {
float current_lat = gps_->location.lat();
float current_lng = gps_->location.lat();
}
}
Task active;
int res = queue_.pop(active);
if (res == 0) {