Project

General

Profile

Statistics
| Revision:

root / branches / autonomous_recharging / code / projects / autonomous_recharging / dragonfly / seeking.h @ 100

History | View | Annotate | Download (452 Bytes)

1
/**
2
 * @file seeking.h Seeking
3
 *
4
 * Functions for locating and reaching the charging station. 
5
 * Relies on the wireless token ring sensor matrix, as well
6
 * as the homing sensor.
7
 **/
8

    
9
/**
10
 * @defgroup seeking Seeking
11
 *
12
 * @brief Seeking the charging station
13
 *
14
 * Functions for locating and getting to the charging station.
15
 *
16
 * @{
17
 **/
18

    
19
/** @brief Seek the charging station **/
20
void seek_station(int station);
21

    
22
/** @} **/
23