diff --git a/stretch_core/nodes/stretch_driver b/stretch_core/nodes/stretch_driver index 4217b4e..fa1f423 100755 --- a/stretch_core/nodes/stretch_driver +++ b/stretch_core/nodes/stretch_driver @@ -1255,7 +1255,7 @@ class StretchBodyNode: mode = rospy.get_param('~mode', "position") rospy.loginfo('mode = ' + str(mode)) - self.broadcast_odom_tf = rospy.get_param('~broadcast_odom_tf') + self.broadcast_odom_tf = rospy.get_param('~broadcast_odom_tf', False) rospy.loginfo('broadcast_odom_tf = ' + str(self.broadcast_odom_tf)) if self.broadcast_odom_tf: self.tf_broadcaster = tf2_ros.TransformBroadcaster()