mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 09:13:32 +08:00
Reduce slightly the rate at which we can be spammed with arming-state change messages.
This commit is contained in:
@@ -209,7 +209,7 @@ FMUServo::task_main()
|
||||
orb_set_interval(_t_actuators, 20); /* 50Hz update rate */
|
||||
|
||||
_t_armed = orb_subscribe(ORB_ID(actuator_armed));
|
||||
orb_set_interval(_t_armed, 100); /* 10Hz update rate */
|
||||
orb_set_interval(_t_armed, 200); /* 5Hz update rate */
|
||||
|
||||
/* advertise the mixed control outputs */
|
||||
struct actuator_outputs_s outputs;
|
||||
|
||||
Reference in New Issue
Block a user