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
主函数里读imu数据的时候,次级for循环的10次读imu数据,为何每次都读allimuData[j]?注意到这个j并不是次级for循环的循环变量(是i)
另外函数loadImageList()和loadIMUFile()中读时标应该用atol吧,起码我这里atoi会读错。
The text was updated successfully, but these errors were encountered:
你电脑是32位的还是64位的,atoi我试过没有问题的. 32位存时标应该是够的.
Sorry, something went wrong.
电脑64位的,很奇怪。
不清楚了
所以请问第一个问题有结论吗?读IMU数据的时候内循环为什么是用j, 用j的话源代码里面相当于每次都读取相同的10个imu数据?
No branches or pull requests
主函数里读imu数据的时候,次级for循环的10次读imu数据,为何每次都读allimuData[j]?注意到这个j并不是次级for循环的循环变量(是i)
另外函数loadImageList()和loadIMUFile()中读时标应该用atol吧,起码我这里atoi会读错。
The text was updated successfully, but these errors were encountered: