Functions | |
def | check () |
def | command (val) |
def | graph_3d () |
def | load_modules (load_file, th) |
Variables | |
anonymous | |
int | BAD = 0 |
int | GOOD = 0 |
MODEL = None | |
list | POINTS = [] |
list | POSITIONS_LIST = [] |
list | PREDS = [] |
PREV = None | |
REDUCE = None | |
SCALER = None | |
THRESHOLD = None | |
def monitor.check | ( | ) |
Definition at line 82 of file monitor.py.
def monitor.command | ( | val | ) |
Callback function for when specified message is published. Adds data to global list to be processed later.
Definition at line 69 of file monitor.py.
def monitor.graph_3d | ( | ) |
Definition at line 129 of file monitor.py.
def monitor.load_modules | ( | load_file, | |
th | |||
) |
This function NEEDS to get called first, so that global variables can be set. Once set, they can be used to classify incoming data. Sets global variables, so they can be used later.
Definition at line 29 of file monitor.py.
monitor.anonymous |
Definition at line 154 of file monitor.py.
int monitor.BAD = 0 |
Definition at line 22 of file monitor.py.
int monitor.GOOD = 0 |
Definition at line 21 of file monitor.py.
monitor.MODEL = None |
Definition at line 17 of file monitor.py.
list monitor.POINTS = [] |
Definition at line 24 of file monitor.py.
list monitor.POSITIONS_LIST = [] |
Definition at line 26 of file monitor.py.
list monitor.PREDS = [] |
Definition at line 25 of file monitor.py.
monitor.PREV = None |
Definition at line 20 of file monitor.py.
monitor.REDUCE = None |
Definition at line 16 of file monitor.py.
monitor.SCALER = None |
Definition at line 15 of file monitor.py.
monitor.THRESHOLD = None |
Definition at line 18 of file monitor.py.