We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cc36ce + 40cf6bb commit 45c179cCopy full SHA for 45c179c
cob_hardware_emulation/scripts/emulation_odom_laser.py
@@ -45,7 +45,7 @@ def publish_tf(self):
45
# publish tf
46
# pub base_footprint --> odom_frame
47
t_odom = TransformStamped()
48
- t_odom.header.stamp = self._odom.header.stamp
+ t_odom.header.stamp = rospy.Time.now()
49
t_odom.header.frame_id = self._odom_frame
50
t_odom.child_frame_id = "base_footprint"
51
t_odom.transform.translation = self._odom.pose.pose.position
0 commit comments