FIX: fixed automated deletion of tracks after time
This commit is contained in:
@@ -244,7 +244,7 @@ SCENARIO("Testing the SimCore SensorManager with local sensors")
|
||||
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(10000));
|
||||
|
||||
REQUIRE(SensorManager_->getTrackListUpdateRaw()->getSensors().at(0).getTracksCount() == 0);
|
||||
REQUIRE(SensorManager_->getSensorListAsVector().at(0)->TrackStore.getSize() == 0);
|
||||
|
||||
|
||||
SensorManager_->stop();
|
||||
|
||||
Reference in New Issue
Block a user