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

在这个函数中,是不是对于double dx = 0, dy = 0, dz = 0, rx = 0, ry = 0, rz = 0;的定义有问题!! #2

Open
xionghuachuan opened this issue Dec 28, 2023 · 0 comments

Comments

@xionghuachuan
Copy link

void processIMU(sensor_msgs::ImuConstPtr &imu_msg,

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的功能

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