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
Thank you for the useful repo, I am trying to run your code, but I encountered the following issue:
self.__fusion_core = gtsam_fusion_core.GtsamFusionCore(params)
File "/home/noetic/gtsam_fusion_ws/src/gtsam_fusion/scripts/gtsam_fusion_core.py", line 52, in __init__
isam2_params.setRelinearizeSkip(params['relinearize_skip'])
AttributeError: 'gtsam.gtsam.ISAM2Params' object has no attribute 'setRelinearizeSkip'
I am using gtsam-4.2, although I have tried it with gtsam-4.1, but It did not work, and the same error still.
I would be really grateful if you could share thoughts on how to fix this issue
The text was updated successfully, but these errors were encountered:
Thank you for the useful repo, I am trying to run your code, but I encountered the following issue:
I am using
gtsam-4.2
, although I have tried it withgtsam-4.1
, but It did not work, and the same error still.I would be really grateful if you could share thoughts on how to fix this issue
The text was updated successfully, but these errors were encountered: