API Reference¶
-
namespace ms¶
Functions
-
void set_autons(const std::vector<Category> &categories)¶
Set the autons that will be displayed on the brain.
- Parameters:
categories – A vector of Category that will be displayed
-
void initialize(int autons_per_row = 3)¶
Initialize the autonomous selector.
- Parameters:
autons_per_row – The number of autons that can be displayed on each row, defaults to 3
-
class Auton¶
Public Functions
-
void set_autons(const std::vector<Category> &categories)¶