1 / 31

Review and Ideas for future Projects

Review and Ideas for future Projects. Projects with robots for teens. What we already discussed. Line following robots Y shaped lines for robots that drive to selected locations. Robots following walls on corridors. Algorithms for mazes: Right Wall Following Algorithm (RWFA)

oscarg
Download Presentation

Review and Ideas for future Projects

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Review and Ideas for future Projects

  2. Projects with robots for teens. What we already discussed. • Line following robots • Y shaped lines for robots that drive to selected locations. • Robots following walls on corridors. • Algorithms for mazes: • Right Wall Following Algorithm (RWFA) • Left Wall Following Algorithm (LWFA) • Deterministic Switch from from RWFA and LWFA based on mapping the known part of maze to memory. • Variants of searching mazes to find an exit. • Deterministic and probabilistic combinational behavior based on input – output matrix and multiplication of matrix by vector. • Combinational and State Machine based Braitenberg Vehicles

  3. S1 S2 Analysis of a Braitenberg robot with memory LOGIC S1 J M1 Q M1 M2 Q K M2 S2 0= happy 1 =angry

  4. Analysis • Analyze how this behaves in room with no light. • Analyze how this behaves in room with light on floor, oriented towards robot. • Analyze how this behaves in a maze. • Draw snaphsots of movie of robot position , orientation and internal state in time 0= happy 1 =angry S1 S2 LOGIC M1 M2

  5. Maze exit

  6. Wall is on the left Robots marks his motion for Left Wall algorithm in blue exit

  7. Robots maps its position in memory and now is back in the same point Robots marks his motion for Left Wall algorithm in blue exit

  8. X Robot starts left wall following algorithm (wall at left) Robot moves to other wall Robots marks his motion for Left Wall algorithm in crosses X X exit

  9. Robot executes left wall following algorithm (wall at left) X X exit

  10. Robot executes left wall following algorithm (wall at left) X X X exit

  11. Robot executes left wall following algorithm (wall at left) X X X X exit

  12. Robot found the solution to exit by changing the wall in the corridor but still using the left wall following algorithm (wall at left) X X X X X X X X X X X X X X X X X X X X X X X X X exit

  13. Projects with robots for teens • Robot finding cans and bringing them to safe place. • Robot attacking or escaping other robots. • Robots boxing. • Robots shooting one another. • Robots fencing. • Repeated Prisoner Dilemma for robots. • Repeated Chicken for robots. • Subsumption Architecture • Maze Searching • Genetic Algorithm • Tree search

  14. Advanced Line Following

  15. SENSOR ARRAY 7 sensors Observe the order of variables from outside to the center MINIMUM DISTANCE BETWEEN SENSORS IS 1cm

  16. THE PRIORITY ENCODER Number of sensor as output 7 sensors as inputs Problem: Design such priority encoder as a circuit using Kmaps

  17. THE NO SURFACE LOGIC 0 A NS signal = no line detected 1 0 B 0 C 0 A A 0 1 B B 0 C C NS signal = no line detected

  18. INPUTS TO THE MICROCONTROLLER NS signal = no line detected

  19. How this algorithm based on sensors works?

  20. LINE FIND MODE

  21. Generalizations • Wall following • Vision based Wall following • Labyrinth problems • Can collecting tasks

  22. FLOW CHART

  23. RESULT AND CONCLUSION • The robot follows a line as demonstrated. • It effectively overcomes problems such as “barren land syndrome” and line breaks. • The hardware and software works as designed.

  24. APPLICATIONS OF LINE FOLLOWING IDEAS • Industrial automated equipment carriers • Automated cars. • Tour guides in museums and other similar applications. • Second wave robotic reconnaissance operations.

  25. LIMITATIONS • Choice of line is made in the hardware abstraction and cannot be changed by software. • Calibration is difficult, and it is not easy to set a perfect value. • The steering mechanism is not easily implemented in huge vehicles and impossible for non-electric vehicles (petrol powered). • Few curves are not made efficiently, and must be avoided.

  26. …LIMITATIONS • Lack of a four wheel drive, makes it not suitable for a rough terrain. • Use of IR even though solves a lot of problems pertaining to interference, makes it hard to debug a faulty sensor. • Lack of speed control makes the robot unstable at times.

  27. FUTURE SCOPE • Software control of the line type (dark or light) to make automatic detection possible. • “Obstacle detecting sensors” to avoid physical obstacles and continue on the line. • Distance sensing and position logging & transmission.

More Related