Classes | |
class | Calibration |
class | CalibrationStep |
class | CybergloveCalibrer |
class | Joint |
Functions | |
def | default_description |
def | do_nothing |
def | main |
def cyberglove_calibrer::default_description | ( | step_name, | ||
max = 0 | ||||
) |
The default description function for a step. Just prints a text for each step. @param step_name: the name of the step @param max: if 0=>we're reading the min values, if 1=> max values
Definition at line 76 of file cyberglove_calibrer.py.
def cyberglove_calibrer::do_nothing | ( | step_name, | ||
max = 0 | ||||
) |
A function that does nothing. Used to have an empty description function.
Definition at line 88 of file cyberglove_calibrer.py.
def cyberglove_calibrer::main | ( | ) |
Definition at line 317 of file cyberglove_calibrer.py.