Arduino compatibility
This commit is contained in:
parent
4e186b875a
commit
47556d1d5d
@ -219,8 +219,8 @@ void Perception::Update(float currentTimeMs) {
|
||||
// delete obj
|
||||
perceivedObjects[objIx] = nullptr;
|
||||
} else {
|
||||
Serial.printf("[%d] confidence: %d\n", objIx,
|
||||
perceivedObjects[objIx]->confidence);
|
||||
// Serial.printf("[%d] confidence: %d\n", objIx,
|
||||
// perceivedObjects[objIx]->confidence);
|
||||
}
|
||||
}
|
||||
if (perceivedObjects[0] != nullptr) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user