ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can reconfigure the TurtleBot to start without a wireless network with the following:
roscd turtlebot_bringup/upstart
sudo ./install.bash lo
This will have the side-effect of being unable to access the ROS network on the TurtleBot from other computers.