From c30e3247121f976bcdccd31d38285c756f387361 Mon Sep 17 00:00:00 2001 From: meeussen Date: Wed, 9 Sep 2009 00:28:23 +0000 Subject: [PATCH] tf publishes on new topic: \tf. See ticket #2381 --- robot_state_publisher/src/robot_state_publisher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot_state_publisher/src/robot_state_publisher.cpp b/robot_state_publisher/src/robot_state_publisher.cpp index bc996a1..d214eaa 100644 --- a/robot_state_publisher/src/robot_state_publisher.cpp +++ b/robot_state_publisher/src/robot_state_publisher.cpp @@ -56,7 +56,7 @@ RobotStatePublisher::RobotStatePublisher(const Tree& tree) solver_.reset(new TreeFkSolverPosFull_recursive(tree_)); // advertise tf message - tf_publisher_ = n_.advertise("/tf_message", 5); + tf_publisher_ = n_.advertise("/tf", 5); tf_msg_.transforms.resize(tree.getNrOfSegments()-1); // get the 'real' root segment of the tree, which is the first child of "root"