The docs mention that an external vision system can be used with EKF2 to perform position estimation, and that the vision system should stream VISION_POSITION_ESTIMATE or ODOMETRY messages between 30 and 50 hz to be used with EKF2. The docs also mention that if the message rate is too low, then the external vision messages will not be fused.
What is the minimum required rate at which these messages need to be streamed to be used with EKF2? Is there a minimum required message rate for the LPE estimator? Can this rate be configured easily in the source code?
The documentation that I was referring to: Using Vision or Motion Capture Systems for Position Estimation | PX4 Guide (main)
Thanks!