You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OptimizerCVSBA.cpp: In member function ‘virtual std::map<int, rtabmap::Transform> rtabmap::OptimizerCVSBA::optimizeBA(int, const std::map<int, rtabmap::Transform>&, const std::multimap<int, rtabmap::Link>&, const std::map<int, rtabmap::Signature>&)’:
OptimizerCVSBA.cpp:90:138: error: ‘const value_type’ has no member named ‘isValid’
OptimizerCVSBA.cpp:94:72: error: ‘const class rtabmap::StereoCameraModel’ has no member named ‘isValid’
else if(signatures.at(iter->first).sensorData().stereoCameraModel().isValid())
OptimizerCVSBA.cpp:108:12: error: ‘class rtabmap::CameraModel’ has no member named ‘isValid’
if(model.isValid())
I use OpenCV 2.4.12.
The text was updated successfully, but these errors were encountered:
OptimizerCVSBA.cpp: In member function ‘virtual std::map<int, rtabmap::Transform> rtabmap::OptimizerCVSBA::optimizeBA(int, const std::map<int, rtabmap::Transform>&, const std::multimap<int, rtabmap::Link>&, const std::map<int, rtabmap::Signature>&)’:
OptimizerCVSBA.cpp:90:138: error: ‘const value_type’ has no member named ‘isValid’
OptimizerCVSBA.cpp:94:72: error: ‘const class rtabmap::StereoCameraModel’ has no member named ‘isValid’
else if(signatures.at(iter->first).sensorData().stereoCameraModel().isValid())
OptimizerCVSBA.cpp:108:12: error: ‘class rtabmap::CameraModel’ has no member named ‘isValid’
if(model.isValid())
I use OpenCV 2.4.12.
The text was updated successfully, but these errors were encountered: