mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
logger: double sensor_gyro_fft logging rate
This commit is contained in:
parent
cfb3099870
commit
893eee4cb8
@ -84,7 +84,7 @@ void LoggedTopics::add_default_topics()
|
||||
add_topic("safety");
|
||||
add_topic("sensor_combined");
|
||||
add_topic("sensor_correction");
|
||||
add_topic("sensor_gyro_fft", 100);
|
||||
add_topic("sensor_gyro_fft", 50);
|
||||
add_topic("sensor_preflight_mag", 500);
|
||||
add_topic("sensor_selection");
|
||||
add_topic("sensors_status_imu", 200);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user