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

andrewlybarger's profile - activity

2013-11-01 02:27:11 -0500 received badge  Famous Question (source)
2013-08-15 23:38:57 -0500 received badge  Notable Question (source)
2013-06-26 07:41:56 -0500 received badge  Popular Question (source)
2013-06-26 07:18:11 -0500 commented question multiple turtlebots on wireless network

I'm quite certain that it is possible to run 4 or more turtlebots together, the question is does the stock turtlebot_node need to modified or the network/ros configuration. Right now all of the turtlebots are using a single ros master, which is running on my desktop machine.

2013-06-20 10:01:14 -0500 asked a question multiple turtlebots on wireless network

I have 10 turtlebots (version 1, the white one) that I'm trying to operate on a wifi network (g wireless standard). Any three of them together work fine but as soon as I add a fourth the turtlebot_node starts throwing lots of error messages about not being able to read data from the iCreate properly and the system grinds to a halt. I switched it over to a wired network and got all 10 running great with a peak network bandwidth of 9KBps, which isn't really that much. Is there something specific to the turtlebot_node that struggles with message latency or wifi in general?

Right now my alternatives are:

  1. rewrite the turtlebot_node to make it more tolerant of infrequent message
  2. combine all the nodes on each turtlebot using nodelets
  3. reorganize the system as a multi-master network, with one master on each turtlebot