Classes | |
class | TFToTransform |
Variables | |
tuple | args = parser.parse_args(rospy.myargv()[1:]) |
string | help = 'parent frame id' |
tuple | parser = argparse.ArgumentParser() |
tuple | tf_pub |
tuple tf_to_transform::args = parser.parse_args(rospy.myargv()[1:]) |
Definition at line 78 of file tf_to_transform.py.
string tf_to_transform::help = 'parent frame id' |
Definition at line 71 of file tf_to_transform.py.
tuple tf_to_transform::parser = argparse.ArgumentParser() |
Definition at line 69 of file tf_to_transform.py.
tuple tf_to_transform::tf_pub |
00001 TFToTransform( 00002 args.parent_frame_id, 00003 args.child_frame_id, 00004 args.duration, 00005 args.rate, 00006 )
Definition at line 80 of file tf_to_transform.py.