Skip to content

Commit 6da170c

Browse files
committed
Change frequency
1 parent 8e0e924 commit 6da170c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cob_hardware_emulation/scripts/emulation_nav.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(self, odom_frame):
5151
quat = tf.transformations.quaternion_from_euler(0, 0, initialpose[2])
5252
self._odom_transform.rotation = Quaternion(*quat)
5353

54-
rospy.Timer(rospy.Duration(0.1), self.timer_cb)
54+
rospy.Timer(rospy.Duration(0.04), self.timer_cb)
5555

5656
rospy.loginfo("Emulation for navigation running")
5757

0 commit comments

Comments
 (0)