aboutsummaryrefslogtreecommitdiff
path: root/robot/mode_chrg.h
blob: a870e589bf079bf43e13d2953d1d1cd55a4e7f62 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

/** @file mode_chrg.h */

/**
 * charge station mode
 *
 * go to the charging station transition in the grid, and continue until a
 * black circle is found
 */
void w2_mode_chrg();