|
Algorithm 2 Sensor motion coordination for target tracking. |
-
Input:
-
The estimate of the target at time k, ;
-
The location of the sensor at time k, ;
-
Output:
-
The estimate of the target at time , ;
-
The location of the sensor at time , ;
-
1:
Receive from the estimation center;
-
2:
Compute with (28), (31), (33) and (34);
-
3:
Move to a new position ;
-
4:
Take new measurements of the target , and estimate the state of the target via CKF;
-
5:
return , .
|