Skip to main content
. 2023 Jul 14;23(14):6408. doi: 10.3390/s23146408
Algorithm 2 Sensor motion coordination for target tracking.
  • Input: 

      

  •   

    The estimate of the target at time k, x^k|k;

  •   

    The location of the sensor at time k, si(k);

  • Output: 

      

  •   

    The estimate of the target at time k+1, x^k+1|k+1;

  •   

    The location of the sensor at time k+1, si(k+1);

  • 1:

    Receive x^k+1|k from the estimation center;

  • 2:

    Compute ui(k) with (28), (31), (33) and (34);

  • 3:

    Move to a new position si(k+1);

  • 4:

    Take new measurements of the target zk+1, and estimate the state of the target via CKF;

  • 5:

    return x^k+1|k+1, si(k+1).