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

error: template argument 2 is invalid #14

Closed
SharineLee opened this issue Nov 5, 2021 · 3 comments
Closed

error: template argument 2 is invalid #14

SharineLee opened this issue Nov 5, 2021 · 3 comments

Comments

@SharineLee
Copy link

rpvio_ws/src/rp-vio/rpvio_estimator/src/estimator.h:127:28: error: template argument 2 is invalid map<int, array<double,3>> para_N;

@karnikram
Copy link
Owner

Sorry, I am not sure why you are getting this error. Please check that you are using C++ 11.

@Rubensss23333
Copy link

map<int, std::array<double,3>> para_N;

@Lisiyuan555
Copy link

solved by adding std!!

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

4 participants