dongjing3309 / minisam

A general and flexible factor graph non-linear least square optimization framework
https://minisam.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
487 stars 93 forks source link

Exception while adding Key Val to Variable #21

Open Smithangshu opened 3 years ago

Smithangshu commented 3 years ago

Hi,

I am trying with the Bundle Adjustment example using bundle_adjustment_bal.cpp but I am facing issue when adding Key Value to variable on line number 60. The error is

image

Can you please help me out to get rid of the issue?

Smithangshu commented 3 years ago

Sir please address the issue.

Lishen1 commented 3 years ago

at least provide a call stack. and check variables in the watch window. probably you call add on an invalid variable.