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

Why tf trees for multi-robot system not showing?

asked 2017-04-10 22:44:41 -0500

Megacephalo gravatar image

updated 2017-04-10 23:14:12 -0500

ahendrix gravatar image

Hi all,

I have been building a simple multi-robot system for 3 days referencing to patrolling_sim, which wrap all necessary nodes for a robot in a group tag. I am frustrated to find out the following:

  • I can run the multi-robot system on Stage_ros with the following TF tree but somehow move_base just can't publish cmd_vel.: image description

  • I also wrote a similar launch file for a single robot to run only on Rviz (for future integration on real robots). The TF tree can be displayed and that means proper introspective and outward frame transformations. But if I try to launch this launch files under different robot name (e.g. robot_0, robot_1, etc), then TF trees cannot be published but the nodes are functioning and being published.

Here is the node graph: Launching two robots's launch files with a third one.

And the TF tree for a single robot: Single robot TF tree with its corresponding TF prefix.

While the TF data cannot be found, Rviz displays the error:

No tf data. Actual Error: Fixed Frame [map] does not exist.
  • I suspected that every launch file brings up the nodes under their own ROS master, but it seems that it was not the case.

So my question is, why the robots cannot be launched in the same launch file? What should I do to make the TF tree linked as working with a simulator such as Stage_ros? Please help and thank you in advance !

edit retag flag offensive close merge delete

Comments

Per the ROS Support Guidelines marking your post "urgent" is considered rude. I've removed the "urgent" from your post title.

ahendrix gravatar image ahendrix  ( 2017-04-10 23:14:05 -0500 )edit

My deepest apology for the ROS community, @ahendrix. I apologize for putting inadequate tag on my title and I will not put any sort of tags in any of my posts. You have my words.

Megacephalo gravatar image Megacephalo  ( 2017-04-11 20:07:31 -0500 )edit

Hi,I am trying to run multi turtlebots on one master. Have you solved this problem? I wonder how did you make your tf tree like the first image? I added <group ns="client1"> and

LucYang gravatar image LucYang  ( 2018-07-30 22:58:40 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-04-10 23:50:39 -0500

ahendrix gravatar image

It seems like you're asking two or three different questions here. I'll provide brief responses, but you should split these into separate questions and ask them again with more details.

(1) when running something (unclear what) in stage, move_base is running but isn't publishing cmd_vel. You've provided a TF tree for this circumstance but no launch files, configs, logs or node graph, so it's hard for me to see anything that indicates why it isn't working. The best advice I can give here is to use rostopic list, rostopic info and rostopic echo on the cmd_vel topics to see which topics move_base is publishing on, what it's publishing, and which topics stage is subscribing to.

(2) your on-robot launch file doesn't work. you've provided the node graph and you say that TF doesn't work, but you haven't provided a tf graph or any of the error messages you might have gotten from running tf view_frames, or any other logs or launch files that might help. I'd advise that you split this into a separate question and include the launch files and the TF error messages that you're getting.

(3) you seem to have some confusion about roslaunch. ROS uses a single ROS master, and multiple instances of roslaunch will all use the same ROS master unless you explicitly change the ROS_MASTER_URI and start a new roscore on a different port.

edit flag offensive delete link more

Comments

Thank you for your answer and advices. Indeed I had posted too many questions that blurred my true intention. For this post, I would only concentrate on discussing the failure to generate a complete TF tree. I could not publish any messages of TF on my question since there was no error to be found

Megacephalo gravatar image Megacephalo  ( 2017-04-11 20:38:42 -0500 )edit

And this particularly baffled me. I figured out that there maybe a certain possibility that I cannot shutdown all the launched nodes with Ctrl + C and thus some old settings remained. I therefore have to kill the processes myself. After that, It came back to normal. Thank you very much !

Megacephalo gravatar image Megacephalo  ( 2017-04-11 20:40:26 -0500 )edit

Question Tools

3 followers

Stats

Asked: 2017-04-10 22:44:41 -0500

Seen: 1,258 times

Last updated: Apr 10 '17