Functions | Variables
tf_to_pose Namespace Reference

Functions

def cb (event)
 

Variables

 dst_frame = rospy.get_param('~dst_frame')
 
 listener = tf.TransformListener()
 
 pub = rospy.Publisher('~output', PoseStamped, queue_size=1)
 
 rate = rospy.get_param('~rate', 1.)
 
 src_frame = rospy.get_param('~src_frame')
 
 timer = rospy.Timer(rospy.Duration(1.0 / rate), cb)
 

Function Documentation

def tf_to_pose.cb (   event)

Definition at line 8 of file tf_to_pose.py.

Variable Documentation

tf_to_pose.dst_frame = rospy.get_param('~dst_frame')

Definition at line 37 of file tf_to_pose.py.

tf_to_pose.listener = tf.TransformListener()

Definition at line 40 of file tf_to_pose.py.

tf_to_pose.pub = rospy.Publisher('~output', PoseStamped, queue_size=1)

Definition at line 35 of file tf_to_pose.py.

tf_to_pose.rate = rospy.get_param('~rate', 1.)

Definition at line 38 of file tf_to_pose.py.

tf_to_pose.src_frame = rospy.get_param('~src_frame')

Definition at line 36 of file tf_to_pose.py.

tf_to_pose.timer = rospy.Timer(rospy.Duration(1.0 / rate), cb)

Definition at line 39 of file tf_to_pose.py.



jsk_topic_tools
Author(s): Kei Okada , Yusuke Furuta
autogenerated on Tue Feb 6 2018 03:45:19