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

我在配置sample1中的FAST-LIO时编译产生如下报错,请问原因是什么? #17

Open
Elio-in-summer opened this issue Feb 17, 2024 · 0 comments

Comments

@Elio-in-summer
Copy link

/home/ROS_WS/M_EKF_ws/src/FAST_LIO/include/IKFoM_toolkit/esekfom/esekfom.hpp: In member function ‘void esekfom::esekf<state, process_noise_dof, input, measurement, measurement_noise_dof>::update_iterated_dyn_share_modified_extrinsic(double)’: /home/ROS_WS/M_EKF_ws/src/FAST_LIO/include/IKFoM_toolkit/esekfom/esekfom.hpp:2695:20: error: there are no arguments to ‘K_’ that depend on a template parameter, so a declaration of ‘K_’ must be available [-fpermissive] 2695 | sen_p(j) = K_(idx+j,i); | ^~ /home/ROS_WS/M_EKF_ws/src/FAST_LIO/include/IKFoM_toolkit/esekfom/esekfom.hpp:2695:20: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
我应该是按照教程先做了FAST-LIO的1. Prerequisites然后将2. build替换成了IKFoM的代码再catkin_make,流程上似乎没有问题?

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