Not finished. This is my first attemp to make an autonomous vehicle for the Sparkfun Autonomous Competition (https://avc.sparkfun.com/) of June 2015.

Dependencies:   FXOS8700CQ SDFileSystem mbed

Fork of AVC_Robot_Controled_Navigation by AVR Competition

  • For my autonomous robot I will use a GPS, magnometer, accelerometer, and encoders.
  • I control my robot with a remote control to save the GPS points (detect turns) using a xBee radio and save them to a file in a SD card.
Committer:
gerardo_carmona
Date:
Thu Oct 16 17:30:52 2014 +0000
Revision:
2:94059cb643be
Child:
3:bd16e43ad7be
v1.2

Who changed what in which revision?

UserRevisionLine numberNew contents of line
gerardo_carmona 2:94059cb643be 1 #ifndef ultrasonic_h
gerardo_carmona 2:94059cb643be 2 #define ultrasonic_h
gerardo_carmona 2:94059cb643be 3
gerardo_carmona 2:94059cb643be 4 float ultrasonicos(int sensor);
gerardo_carmona 2:94059cb643be 5
gerardo_carmona 2:94059cb643be 6 #endif