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为200Hz, 可以试一试加一句(可能是波特率之前没设置对): mavlink start -d /dev/ttyACM0 -b 921600 mavlink stream -d /dev/ttyACM0 -s ATTITUDE_QUATERNION -r 200 mavlink stream -d /dev/ttyACM0 -s HIGHRES_IMU -r 200
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如果无法用里面的命令修改IMU为200Hz, 可以试一试加一句(可能是波特率之前没设置对):
mavlink start -d /dev/ttyACM0 -b 921600
mavlink stream -d /dev/ttyACM0 -s ATTITUDE_QUATERNION -r 200
mavlink stream -d /dev/ttyACM0 -s HIGHRES_IMU -r 200
The text was updated successfully, but these errors were encountered: