mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
Revert "sensors: slow down updates rate to 200Hz to free some CPU time"
This reverts commit 81a4df0953e738041d9fdc2b2eb353a635f3003b.
This commit is contained in:
parent
81a4df0953
commit
537484f60d
@ -1541,8 +1541,8 @@ Sensors::task_main()
|
||||
/* rate limit vehicle status updates to 5Hz */
|
||||
orb_set_interval(_vcontrol_mode_sub, 200);
|
||||
|
||||
/* rate limit gyro to 200 Hz (the gyro signal is lowpassed accordingly earlier) */
|
||||
orb_set_interval(_gyro_sub, 5);
|
||||
/* rate limit gyro to 250 Hz (the gyro signal is lowpassed accordingly earlier) */
|
||||
orb_set_interval(_gyro_sub, 4);
|
||||
|
||||
/*
|
||||
* do advertisements
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user