Research Article

Trajectory Planning for Nonholonomic Mobile Robot Using Extended Kalman Filter

Algorithm 1

Computational method for distance calculation using RF ToF.
input: The mobile robot is initialized with total number of active beacons
    in the environment ( ) and theirs respectives address.
output: The distance between the robot and the beacon based at delay RF signal time.
System setup;
while The system is active  do
for     until     do
   To transmit a frame-coded for beacon ;
   To initiate timer for period calculation;
   if  The same frame-coded signal returns.AND.  ms  then
    Stops the timer and calculate the time ;
    Calculate the distance ;
   else
    Some tramission/reception RF signal error occurred;
    Try next active beacon;
   end
end
end