2018-01-03 00:22:24 -0500 | received badge | ● Self-Learner (source) |
2018-01-03 00:22:24 -0500 | received badge | ● Teacher (source) |
2017-01-05 15:28:59 -0500 | received badge | ● Famous Question (source) |
2017-01-02 14:10:42 -0500 | answered a question | Two Robots on a single Roscore Update: I was able to connect the graphs by adding a static transform from /map to peoplebot/odom (see image below) I am now getting the errors: |
2017-01-02 12:39:57 -0500 | received badge | ● Notable Question (source) |
2017-01-02 11:15:07 -0500 | commented question | Two Robots on a single Roscore Thank you for the Karma. I have edited the post! Cheers |
2017-01-02 11:14:41 -0500 | received badge | ● Editor (source) |
2017-01-02 11:06:34 -0500 | received badge | ● Popular Question (source) |
2017-01-01 21:06:53 -0500 | asked a question | Two Robots on a single Roscore Hello and happy new year :) I am trying to run Peoplebot and Fetch on the same ROS master. I have attempted to use a tf_prefix so there wouldn't be a conflict in the TF tree. However, when I add the tf_prefix "peoplebot" to the global scope in peoplebot's launch file, I get this error: My questions are:
Here is my tf tree before adding the prefix: Here is my tf tree, now disconnected, after adding the global tf_prefix="peoplebot": Also, I was able to get the tf tree connected by changing a few other things in the launch file, but still the map doesn't spawn: Let me know if there's any other information I can provide. Thanks for your help :) |