mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Fixed fatal error when reaching end of file
This commit is contained in:
@@ -105,7 +105,7 @@ class OusterCaptureThread : public UThread {
|
||||
{
|
||||
UERROR("Not received any frames since 5 seconds, try to restart the camera again.");
|
||||
}
|
||||
else
|
||||
else if(this->isRunning())
|
||||
{
|
||||
ouster::LidarScan scan;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user