PX4 / PX4-Autopilot

PX4 Autopilot Software
https://px4.io
BSD 3-Clause "New" or "Revised" License
8.48k stars 13.51k forks source link

[Bug] (1.15.0 stable) Holybro Pixhawk 6C cannot change IMU frequency #23851

Open HB-SP-P opened 1 week ago

HB-SP-P commented 1 week ago

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

bresch commented 1 week ago

so mavlink stream -d /dev/ttyACM0 -s ATTITUDE_QUATERNION -r 200 works but not mavlink stream -d /dev/ttyACM0 -s HIGHRES_IMU -r 200 ?