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

Update the new version of G2O interface. #110

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zhkmxx9302013
Copy link

新版的g2o(目前是2018年5月后的版本),BlockSover的构造器是unique_ptr的,unique_ptr不支持拷贝构造,所以传参必须通过move。

更新了新版G2O接口,BlockSolver的构造器是unique_ptr的,unique_ptr不支持拷贝构造,所以传参必须通过move。
更新了新版G2O接口,BlockSolver的构造器是unique_ptr的,unique_ptr不支持拷贝构造,所以传参必须通过move。
@gaoxiang12
Copy link
Owner

这可能导致和3rdparty中g2o版本不一致,最好要换一起换。

@zhkmxx9302013
Copy link
Author

@gaoxiang12 好的高博,我会在学习、代码复现过程中,逐步pull request的,有什么问题,还请您多指正^_^

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

Successfully merging this pull request may close these issues.

None yet

2 participants