blob: 5a437012a92d7191b0272572e4bf5b2ceb6c7cdb (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | #pragma once
/** @file mode_lcal.h */
/**
 * calibration mode
 *
 * turns robot on its own axis 360 degress, and aligns the front sensors with
 * the line if found, else triggers halt mode (emergency)
 */
void w2_mode_lcal();
 |