mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 02:07:39 +08:00
Increased update rate to get rid of glitches in servo movements
This commit is contained in:
@@ -90,7 +90,7 @@ static const int ERROR = -1;
|
||||
|
||||
#define GIMBAL_DEVICE_PATH "/dev/gimbal"
|
||||
|
||||
#define GIMBAL_UPDATE_INTERVAL (50 * 1000)
|
||||
#define GIMBAL_UPDATE_INTERVAL (5 * 1000)
|
||||
|
||||
#define GIMBALIOCATTCOMPENSATE 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user