Project

General

Profile

Revision 1846

Fixed the #include so it can find the linefollow header. This should be fixed so it can find the .h file in the proper directory. Also added lineFollow.c and lineFollow.h to this directory so main can find them. They will not be updated when the real copies update.

View differences:

main.c
2 2
 * main.c for Traffic Navigation
3 3
 * Runs the highest level behavior for the Dynamic Traffic Navigation (DTM) SURG
4 4
 *
5
 * Author: Colony Project, CMU Robotics Club
5
 * Author: Benjamin Wasserman, Colony Project, CMU Robotics Club
6 6
 */
7 7

  
8 8
#include <dragonfly_lib.h>
9 9
#include <wl_basic.h>
10
#include "../linefollowing/lineFollow.h"
10
#include "lineFollow.h"
11 11

  
12

  
12 13
/*States*/
13 14
#define SROAD 0
14 15
#define SINTERSECTION 10

Also available in: Unified diff