Classes | |
class | Transformer |
Variables | |
tuple | args = parser.parse_args() |
string | help = 'prop file(s)' |
tuple | parser = argparse.ArgumentParser(description='Compute transform from markers from prop file containing markers "front" "left" and "right" .') |
tuple | transformer = Transformer() |
tuple mocap_prop_offset::args = parser.parse_args() |
Definition at line 96 of file mocap_prop_offset.py.
string mocap_prop_offset::help = 'prop file(s)' |
Definition at line 95 of file mocap_prop_offset.py.
tuple mocap_prop_offset::parser = argparse.ArgumentParser(description='Compute transform from markers from prop file containing markers "front" "left" and "right" .') |
Definition at line 93 of file mocap_prop_offset.py.
tuple mocap_prop_offset::transformer = Transformer() |
Definition at line 98 of file mocap_prop_offset.py.