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
I got this errors using humble. The errors come in
sophus/common.hpp in lines:
SOPHUS_ENSURE(is_valid_, "must be valid");
SOPHUS_DEDAULT_ENSURE_FAILURE_IMPL(SOPHUS_FUNCTION, __FILE__, __LINE__,
sophus/so2.hpp in lines:
"Complex number should not be close to zero!");
sophus/so3.hpp in lines:
SOPHUS_ENSURE(theta != nullptr, "must not be nullptr.");
SOPHUS_ENSURE(i >= 0 && i <= 2, "i should be in range [0,2].");
sophus/se3.hpp in lines:
SOPHUS_ENSURE(i >= 0 && i <= 5, "i should be in range [0,5].");
sophus/se2.hpp in lines:
SOPHUS_ENSURE(i >= 0 || i <= 2, "i should be in range [0,2].");
The text was updated successfully, but these errors were encountered:
@stonier do you mind taking a look?
Sorry, something went wrong.
No branches or pull requests
I got this errors using humble. The errors come in
sophus/common.hpp in lines:
SOPHUS_ENSURE(is_valid_, "must be valid");
SOPHUS_DEDAULT_ENSURE_FAILURE_IMPL(SOPHUS_FUNCTION, __FILE__, __LINE__,
SOPHUS_ENSURE(is_valid_, "must be valid");
SOPHUS_ENSURE(is_valid_, "must be valid");
SOPHUS_ENSURE(is_valid_, "must be valid");
sophus/so2.hpp in lines:
"Complex number should not be close to zero!");
sophus/so3.hpp in lines:
SOPHUS_ENSURE(theta != nullptr, "must not be nullptr.");
SOPHUS_ENSURE(i >= 0 && i <= 2, "i should be in range [0,2].");
sophus/se3.hpp in lines:
SOPHUS_ENSURE(i >= 0 && i <= 5, "i should be in range [0,5].");
sophus/se2.hpp in lines:
SOPHUS_ENSURE(i >= 0 || i <= 2, "i should be in range [0,2].");
The text was updated successfully, but these errors were encountered: