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
vins-mono-self-improved-/vins_estimator/src/estimator_node.cpp
Line 232 in 409e789
double dx = 0, dy = 0, dz = 0, rx = 0, ry = 0, rz = 0; 不能只是临时变量,这样会使得在else中dx = 0, dy = 0, dz = 0, rx = 0, ry = 0, rz = 0;无法完成按照img时间插值imu的功能
The text was updated successfully, but these errors were encountered:
No branches or pull requests
vins-mono-self-improved-/vins_estimator/src/estimator_node.cpp
Line 232 in 409e789
double dx = 0, dy = 0, dz = 0, rx = 0, ry = 0, rz = 0; 不能只是临时变量,这样会使得在else中dx = 0, dy = 0, dz = 0, rx = 0, ry = 0, rz = 0;无法完成按照img时间插值imu的功能
The text was updated successfully, but these errors were encountered: