Classes | |
class | Tracker |
Variables | |
tuple | args = parser.parse_args(myargs) |
string | help = 'prop file(s)' |
tuple | myargs = rospy.myargv(sys.argv) |
tuple | parser = argparse.ArgumentParser(description='Track Cortex rigid body from prop file(s).') |
tuple | tracker = Tracker() |
tuple tracker::args = parser.parse_args(myargs) |
Definition at line 141 of file tracker.py.
string tracker::help = 'prop file(s)' |
Definition at line 138 of file tracker.py.
list tracker::myargs = rospy.myargv(sys.argv) |
Definition at line 135 of file tracker.py.
tuple tracker::parser = argparse.ArgumentParser(description='Track Cortex rigid body from prop file(s).') |
Definition at line 136 of file tracker.py.
tuple tracker::tracker = Tracker() |
Definition at line 143 of file tracker.py.