MarvinChung / Orbeez-SLAM

GNU General Public License v3.0
261 stars 26 forks source link

when running I got the errrors: ./build/mono_tum: symbol lookup error: ./build/mono_tum: undefined symbol: _ZN3g2o17EdgeSE3ProjectXYZ15isDepthPositiveEv #20

Open Oliverbihop opened 6 months ago

Oliverbihop commented 6 months ago

When running : ./build/mono_tum Vocabulary/ORBvoc.txt configs/Monocular/TUM/freiburg3_office.yaml ./rgbd_dataset_freiburg3_long_office_household/

The error came out : ./build/mono_tum: symbol lookup error: ./build/mono_tum: undefined symbol: _ZN3g2o17EdgeSE3ProjectXYZ15isDepthPositiveEv

Gatsby23 commented 3 months ago

When running : ./build/mono_tum Vocabulary/ORBvoc.txt configs/Monocular/TUM/freiburg3_office.yaml ./rgbd_dataset_freiburg3_long_office_household/

The error came out : ./build/mono_tum: symbol lookup error: ./build/mono_tum: undefined symbol: _ZN3g2o17EdgeSE3ProjectXYZ15isDepthPositiveEv

I have met the same problem as you, have you solved it ?