mirror of
https://github.com/karma-riuk/hdr_esim.git
synced 2024-11-16 11:20:25 +01:00
Fix bug/typo in data_provider_online #16
This commit is contained in:
parent
73cecac7d1
commit
980f97e392
@ -365,7 +365,7 @@ bool DataProviderOnlineMoving3DCameraRig::spinOnce()
|
||||
sampleImu();
|
||||
setImuUpdated();
|
||||
}
|
||||
else if(next_t_flow_ < next_t_imu && next_t_flow_ < next_t_imu)
|
||||
else if(next_t_flow_ < next_t_imu && next_t_flow_ < next_t_frame)
|
||||
{
|
||||
VLOG(2) << "Sample frame (because of optic flow)";
|
||||
t_ = next_t_flow_;
|
||||
|
Loading…
Reference in New Issue
Block a user