0% found this document useful (0 votes)
28 views3 pages

DC Robot Flowchart22

The document discusses a path finding algorithm for a robot and notes important parameters like distance from current node to target (G value), distance from current node to starting node (H value), and angle turned. It contains yes/no responses and numbers related to the algorithm.

Uploaded by

Jade B. Bermas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views3 pages

DC Robot Flowchart22

The document discusses a path finding algorithm for a robot and notes important parameters like distance from current node to target (G value), distance from current node to starting node (H value), and angle turned. It contains yes/no responses and numbers related to the algorithm.

Uploaded by

Jade B. Bermas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

3

No

Yes

No

Yes
Yes

Yes
No

No

5 4
Yes

No

Yes

No

4
Path Finding Algorithm
Note; important parameters
G - value is the distance of current node from target node.
H - Value is the distance of current node from starting node.
Angle in which direction the robot turns.

No

Yes
Yes

No

You might also like