mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2025-01-18 15:46:59 +00:00
update
This commit is contained in:
parent
f46047284d
commit
60c5713b13
@ -26,7 +26,7 @@ class EncoderOdometry:
|
||||
|
||||
# ROS publishers (Updated topic to /odom_new)
|
||||
self.odom_pub = rospy.Publisher("/odom_new", Odometry, queue_size=10)
|
||||
self.odom_broadcaster = tf.TransformBroadcaster()
|
||||
#self.odom_broadcaster = tf.TransformBroadcaster()
|
||||
|
||||
# ROS subscriber to /ticks_fb topic
|
||||
rospy.Subscriber("/ticks_fb", ticks_fb, self.ticks_callback)
|
||||
|
Loading…
Reference in New Issue
Block a user