Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 'minisam' has no attribute 'SE3' #9

Open
lfwin opened this issue Dec 16, 2022 · 0 comments
Open

AttributeError: module 'minisam' has no attribute 'SE3' #9

lfwin opened this issue Dec 16, 2022 · 0 comments

Comments

@lfwin
Copy link

lfwin commented Dec 16, 2022

Hi,
I have a similar problem as this issue,
File "/home/win/.vscode/extensions/ms-python.python-2022.18.2/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py", line 124, in _run_code
exec(code, run_globals)
File "/home/win/work/PyICP-SLAM/main_icp_slam.py", line 53, in
PGM.addPriorFactor()
File "/home/win/work/PyICP-SLAM/utils/PoseGraphManager.py", line 32, in addPriorFactor
self.graph_initials.add(minisam.key('x', self.curr_node_idx), minisam.SE3(self.curr_se3))
AttributeError: module 'minisam' has no attribute 'SE3'.

how can I solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant