chichengcn / gici-open

GNSS/INS/Camera Integrated Navigation Library
GNU General Public License v3.0
399 stars 112 forks source link

Compile ERROR under Arch linux: gici/gnss/phase_bias.h:26:15: error: use of deleted function ‘std::unordered_map #7

Closed yinflying closed 8 months ago

yinflying commented 11 months ago

solution:

add include <string> in file code_bias.h and phase_bias.h

yinflying commented 11 months ago

And will get opencv link error,

should install vtk , hdf5, glew lib

chichengcn commented 10 months ago

It seems that you have already solved this problem?