rp-vio icon indicating copy to clipboard operation
rp-vio copied to clipboard

error: template argument 2 is invalid

Open SharineLee opened this issue 3 years ago • 3 comments

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;

SharineLee avatar Nov 05 '21 07:11 SharineLee

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

karnikram avatar Nov 05 '21 15:11 karnikram

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

Rubensss23333 avatar Dec 23 '21 03:12 Rubensss23333

solved by adding std!!

Lisiyuan555 avatar Jan 23 '22 13:01 Lisiyuan555