We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
~/catkin_dp/src/rpg_vikit/vikit_common/include/vikit/math_utils.h:147:18: error: reference to ‘Matrix’ is ambiguous 147 | Matrix<double,2,6> & frame_jac) | ^~~~~~
The content in "math_utils.h" is:
frameJac_xyz2uv(const Vector3d & xyz, const double & focal_length, Matrix<double,2,6> & frame_jac)
I have tried to add 'vk::' before 'Matrix', but it has not worked.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The content in "math_utils.h" is:
I have tried to add 'vk::' before 'Matrix', but it has not worked.
The text was updated successfully, but these errors were encountered: