You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
hello,
friends,I have got a problem:
[build] /usr/local/include/isam/slam_monocular.h:57:29: required from here
[build] /usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h:32:40: error: static assertion failed: FLOATING_POINT_ARGUMENT_PASSED__INTEGER_WAS_EXPECTED
And the code: Eigen::Vector3d vector() const { Eigen::Vector3d tmp(u, v); return tmp; }
Is that OK?
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hello,
friends,I have got a problem:
[build] /usr/local/include/isam/slam_monocular.h:57:29: required from here
[build] /usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h:32:40: error: static assertion failed: FLOATING_POINT_ARGUMENT_PASSED__INTEGER_WAS_EXPECTED
And the code:
Eigen::Vector3d vector() const { Eigen::Vector3d tmp(u, v); return tmp; }
Is that OK?
Thanks a lot.
The text was updated successfully, but these errors were encountered: