Planning Tasks of Autonomous Robot

Autonomous robots which work without humandecomposed into path planning and trajectory planning.
operators are required in robotic fields. In order toPath planning is to generate a collision free path in an
achieve tasks, autonomous robots have to beenvironment with obstacles and optimize it with
intelligent and should decide their own action. When therespect to some criterion. Trajectory planning is to
autonomous robot decides its action, it is necessary toschedule the movement of a mobile robot along the
plan optimally depending on their tasks. More, it isplanned path.
necessary to plan a collision free path minimizing aIf the environment is a known static terrain and it
cost such as time, energy and distance. When angenerates a path in advance it said to be off-line
autonomous robot moves from a point to a targetalgorithm. It is said to be on-line if it is capable of
point in its given environment, it is necessary to plan anproducing a new path in response to environmental
optimal or feasible path avoiding obstacles in its waychanges.
and answer to some criterion of autonomyA robotic system capable of some degree of
requirements such as: thermal, energy, time, andself-sufficiency is the overall objective of an
safety. Therefore, the major main work for pathautonomous mobile robot and are required many fields.
planning for autonomous mobile robot is to search aThe focus is on the ability to move and on being
collision free path.self-sufficient while trying to imitate the biology. Indeed
Motion planning is one of the important tasks inbiological models are of major interest since living
intelligent control of autonomous mobile robot. It is oftensystems are prototypes of autonomous behaviors.