autonomous ground navigation in c

12
Autonomous Ground Navigation in C Aerospace Engineering Seungjoo Lee ‘10

Upload: zipporah-deleon

Post on 30-Dec-2015

22 views

Category:

Documents


1 download

DESCRIPTION

Autonomous Ground Navigation in C. Aerospace Engineering Seungjoo Lee ‘ 10. Failure is mother of success. Motivation. EGR 115 final project – GPS communication in C. Car Mechanism. Simple RC monster truck Two channel radio controlled system – Left side wheels , Right side wheels. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Autonomous Ground Navigation in C

Autonomous Ground Navigation in C

Aerospace EngineeringSeungjoo Lee ‘10

Page 2: Autonomous Ground Navigation in C

• Failure is mother of success

Page 3: Autonomous Ground Navigation in C

Motivation

• EGR 115 final project – GPS communication in C

Page 4: Autonomous Ground Navigation in C

Car Mechanism• Simple RC monster

truck• Two channel radio

controlled system – Left side wheels , Right side wheels.

• Direction changed by giving different speed in each side

• Electric source – 9v battery for remote, capacity

Page 5: Autonomous Ground Navigation in C

Hardware Components

Building servo mountComputer wiring

Page 6: Autonomous Ground Navigation in C

Software Components

• Written in C• Compiler : Microsoft Visual C++• Phidgets USB Servo library

Page 7: Autonomous Ground Navigation in C

Code I/O Diagram

Page 8: Autonomous Ground Navigation in C

Full Code Algorithm

Page 9: Autonomous Ground Navigation in C

Experiment

• Test drives in soccer field and ICI parking space.

Page 10: Autonomous Ground Navigation in C

Model examples of Autonomous Vehicle

• Mars Rovers

Page 11: Autonomous Ground Navigation in C

Future improvement of my program

• My own Autopilot program

Page 12: Autonomous Ground Navigation in C

The End