ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
2

How to use tf in more than one robot?

asked 2012-01-19 00:39:52 -0500

apalomer gravatar image

Hi!

I'm trying to do coperative things in between turtlebots. The thing is that first I need both robots in the same core, otherwise they can not interact. But when I put them under the same core I don't know how to solve the tf.

I've tried to push one tf to turtlebot1/tf and the other to turtlebot2/tf, but then I can not see the tf on rviz. Is it correct to do that or do I need a tf which contains all the robots? If i need this how can I start having a look at that to do it?

Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2012-01-19 01:25:21 -0500

try setting the tf_prefix rosparam in your launch file.

http://ros.org/wiki/geometry/CoordinateFrameConventions#tf_prefix

as a word of caution: having multiple robots on a single master consumes a lot of network bandwidth (especially if they share /tf!), you may run into seemingly strange issues as the result of dropped packets. If you try and scale beyond two robots without throttled topics over a standard 802.11g wifi connection you will definitely run into bandwidth constraints and may be forced to run a single master per robot and foreign relay between them.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-01-19 00:39:52 -0500

Seen: 295 times

Last updated: Jan 19 '12