mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Added reset settings for calibration dialog
This commit is contained in:
@@ -130,11 +130,11 @@ bool CameraImages::init(const std::string & calibrationFolder, const std::string
|
||||
UDEBUG("");
|
||||
if(_dir)
|
||||
{
|
||||
_dir->setPath(_path, "jpg ppm png bmp pnm tiff");
|
||||
_dir->setPath(_path, "jpg ppm png bmp pnm tiff pgm");
|
||||
}
|
||||
else
|
||||
{
|
||||
_dir = new UDirectory(_path, "jpg ppm png bmp pnm tiff");
|
||||
_dir = new UDirectory(_path, "jpg ppm png bmp pnm tiff pgm");
|
||||
}
|
||||
if(_path[_path.size()-1] != '\\' && _path[_path.size()-1] != '/')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user