wip
This commit is contained in:
@@ -122,6 +122,8 @@ void update_model(UIState *s,
|
|||||||
path = CENTER_LANE_WIDTH;
|
path = CENTER_LANE_WIDTH;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
path = 70;
|
||||||
|
|
||||||
auto lead_count = model.getLeadsV3().size();
|
auto lead_count = model.getLeadsV3().size();
|
||||||
if (lead_count > 0) {
|
if (lead_count > 0) {
|
||||||
auto lead_one = model.getLeadsV3()[0];
|
auto lead_one = model.getLeadsV3()[0];
|
||||||
|
|||||||
Reference in New Issue
Block a user