tiev-tongji / quadric_slam-deprecated

Other
52 stars 9 forks source link

Eigen version confirmation #3

Open Shar-pei-bear opened 4 years ago

Shar-pei-bear commented 4 years ago

Hi,

I am having some trouble compiling this project due to eigen version conflict. Could you please confirm which eigen version do you use to compile this project? Thank you for your help.

Best, Zhentian Qian

JerryAIwei commented 4 years ago

Hi, Sorry to respond so late. My eigen version is 3.3.4. If you want to test the quadric slam, please run git reset --hard ca08b0a1512b35fd3e90bfebe1bd27cf7278097b. There are bugs in the current commit, I will fix them in two weeks.

rantengsky commented 4 years ago

Hi,

I am having some trouble compiling this project due to eigen version conflict. Could you please confirm which eigen version do you use to compile this project? Thank you for your help.

Best, Zhentian Qian

have you solved the eigen problem?

Shar-pei-bear commented 4 years ago

Hi, I am having some trouble compiling this project due to eigen version conflict. Could you please confirm which eigen version do you use to compile this project? Thank you for your help. Best, Zhentian Qian

have you solved the eigen problem? Yes, by following the author's instruction, I am able to compile and run the program.

rantengsky commented 4 years ago

but the version ca08b0a that recommended have no data association, right?