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
Cannot change the IMU frequency for 6C in 1.15.0 stable by saving the configuration file to an SD card. Was able to do it with 1.14.0 stable.
Create etc/extras.txs in SD card; in extras.txs, write mavlink start -d /dev/ttyACM0 mavlink stream -d /dev/ttyACM0 -s ATTITUDE_QUATERNION -r 200 mavlink stream -d /dev/ttyACM0 -s HIGHRES_IMU -r 200
Change the IMU frequency to 200Hz
No response
1.15.0 Stable
Holybro Pixhawk 6C
None
The text was updated successfully, but these errors were encountered:
so mavlink stream -d /dev/ttyACM0 -s ATTITUDE_QUATERNION -r 200 works but not mavlink stream -d /dev/ttyACM0 -s HIGHRES_IMU -r 200 ?
mavlink stream -d /dev/ttyACM0 -s ATTITUDE_QUATERNION -r 200
mavlink stream -d /dev/ttyACM0 -s HIGHRES_IMU -r 200
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Cannot change the IMU frequency for 6C in 1.15.0 stable by saving the configuration file to an SD card. Was able to do it with 1.14.0 stable.
To Reproduce
Create etc/extras.txs in SD card; in extras.txs, write mavlink start -d /dev/ttyACM0
mavlink stream -d /dev/ttyACM0 -s ATTITUDE_QUATERNION -r 200
mavlink stream -d /dev/ttyACM0 -s HIGHRES_IMU -r 200
Expected behavior
Change the IMU frequency to 200Hz
Screenshot / Media
No response
Flight Log
No response
Software Version
1.15.0 Stable
Flight controller
Holybro Pixhawk 6C
Vehicle type
None
How are the different components wired up (including port information)
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: