1 / 38

P ath-Following A utonomous C onvoy with M ultiple A synchronous N odes

PACMAN. P ath-Following A utonomous C onvoy with M ultiple A synchronous N odes. Final Project Presentation ECE 4007, L01 DK2. April 26, 2010. Kyle Lemons, Heather Macfie, Tri Pho, G. M. Ewout van Bekkum. Georgia Institute of Technology School of Electrical and Computer Engineering.

guy-emerson
Télécharger la présentation

P ath-Following A utonomous C onvoy with M ultiple A synchronous N odes

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. PACMAN Path-Following AutonomousConvoy with Multiple Asynchronous Nodes Final Project Presentation ECE 4007, L01 DK2 April 26, 2010 Kyle Lemons, Heather Macfie, Tri Pho, G. M. Ewout van Bekkum Georgia Institute of Technology School of Electrical and Computer Engineering

  2. Project Overview • Military convoy applications • Reduction of human requirements • Supplement to existing navigation systems • Alternative to complex inter-vehicle communications • Proof of Concept Prototype • Autonomous Convoy Vehicles (ACVs) • Path-follow Algorithm • Modularity • Passive Operation • Cost: $450

  3. Final Design Battery Bay Photo-Reflectors Steering Servomechanism Motor

  4. Final Design

  5. Final Design Altera DE2 FPGA Development Board

  6. Final Design Electronic Speed Control

  7. Final Design I/O Daughter Board

  8. Electronic Speed Control Final Design Steering Servomechanism Left Photo-Reflector Right Photo-Reflector

  9. GPIO to Altera DE2 FPGA Development Board Final Design

  10. Final Design Nintendo Wii Sensor Bar

  11. Final Design IR Band-pass filter

  12. Final Design

  13. I/O Daughter Board • Interface between the FPGA and the rest of the system • Photo-Reflector circuit including analog to discrete conversion for odometry •  Bidirectional 3.3v to 5v level shifting •  IR Camera array with 35 degrees between cameras

  14. IR Camera Array • Mounted three infrared cameras taken from Nintendo's Wii Remote • Slightly overlapping field of view between cameras results in an overall system horizontal FOV of 105 degrees

  15. IR Emitter Bar • Purchased after-market Sensor Bars • Poor angular response resulted in unreliable tracking when not straight to the camera • Ambiguity arose since the sensor bar could be interpreted as two or four blobs • Custom machined sensor bars with extra angled LEDs • Distance between IR LEDs was not sufficient to be reliably tracked at far distances • Borrowed the more expensive official Nintendo branded sensor bars from peers

  16. VHDL System Block Diagram

  17. VHDL System Block Diagram

  18. VHDL System Block Diagram

  19. VHDL System Block Diagram

  20. VHDL System Block Diagram

  21. Odometry and Coordinate System • Rollover is not a concern as millimeter precision still allows for an operating range of more than 4000 kilometers in either axis Decided to maintain an absolute non-moving coordinate system in the odometry module. Origin is fixed at midpoint of the rear axle of the car's initial position

  22. Waypointed Path-following • Waypoints to the preceding vehicle are generated by calculating their relative displacement in the absolute coordinate system • Compensation for the disparity between rear wheel axle and camera position uses orientation information from the odometry module

  23. Waypointed Path-following • Waypoints to the preceding vehicle are generated by calculating their relative displacement in the absolute coordinate system • Compensation for the disparity between rear wheel axle and camera position uses orientation information from the odometry module

  24. Waypointed Path-following • Waypoints to the preceding vehicle are generated by calculating their relative displacement in the absolute coordinate system • Compensation for the disparity between rear wheel axle and camera position uses orientation information from the odometry module

  25. Waypointed Path-following • Waypoints to the preceding vehicle are generated by calculating their relative displacement in the absolute coordinate system • Compensation for the disparity between rear wheel axle and camera position uses orientation information from the odometry module

  26. Waypoint Queue • Queue maintains: • Waypoints • Current ACV position • Total sum of all waypoints • Relative coordinates • Waypoints relative to previous • Current relative to last passed • Absolute coordinates • Reads from odometry • Calculates and uses deltas • Ignores overflow

  27. Adding Future Waypoints • Given: • Sum of waypoints • Current position • Position of LED bar • Calculate: • Vision - QueueSum + Current • Add to end of queue

  28. Waypoint Steering and Throttle Control • Compare current and first waypoint output from queue • Gives distance and angle • Constantly updated • Steers using linear approximation • Deadband in center • Configurably aggressive turns • Throttle gets "kickstart" and returns • Overcome momentum requirement • Sustain slower speed

  29. Waypoint Queue Maintenance • Approaching next waypoint • Linear distance approximation • Drops waypoint early • Avoids unstable turning angles • Minimum waypoint sum for following • Linear distance approximation • Disables output to ESC • Avoids collisions

  30. Acceptance Testing Overview • Path-following • Max deviation from path • Using a fixed set of waypoints, test runs show ACVs pass over waypoints • Follow distance • Images captured from test runs using known distances to verify actual following distance • Turning radius • Driving the lead vechicle around a turn and observing the ACV following performance • Modular ACVs • Placing multiple ACVs in a line and driving the lead vehicle while observing following behavior

  31. Path-following Characteristic

  32. In-motion Specifications

  33. The PACMAN

  34. Objectives • Path-following • Follow distance: <200 cm • Max deviation from path: <10 cm • Autonomous operation • Speed: >40 cm/s • Turning radius: <200 cm • Passive operation • Modular ACVs

  35. Objectives and Achievements • Path-following • Follow distance: <200 cm  ~98 cm • Max deviation from path: <10 cm  ~9 cm • Autonomous operation • Speed: >40 cm/s  ~60 cm/s • Turning radius: <200 cm  ~133 cm • Passive operation • Modular ACVs

  36. Objectives and Achievements • Path-following • Follow distance: <200 cm  ~98 cm • Max deviation from path: <10 cm  ~9 cm • Autonomous operation • Speed: >40 cm/s  ~60 cm/s • Turning radius: <200 cm  ~133 cm • Passive operation • Modular ACVs Demonstrate the feasibility of an autonomous path-following system

  37. Future Work • Integration of system into a full-scale convoy • Improvements to hardware during full-scale conversion • More accurate and flexible odometry, such as optical flow • More capable vision system • More robust processing unit, including a floating point unit and a trigonometry unit

  38. Questions?

More Related