Project

General

Profile

Revision 820

Added by Chris Mar over 15 years ago

updated recharging code for the dragonfly. added doxygen comments. should be merged to trunk soon.

View differences:

seeking.c
1
/**
2
 * @file seeking.c
3
 * @brief Controls seeking movement
4
 *
5
 * Contains functions for navigating to a charging station using the BOM
6
 * and/or homing sensor.
7
 * 
8
 * @author Colony Project, CMU Robotics Club
9
 **/
10

  
1 11
#include "seeking.h"
2 12

  
3 13
#include <move.h>

Also available in: Unified diff