== Overview == Untested
These instructions will guide you through upgrading your TurtleBot from Electric to Fuerte
- Open a terminal window
 - Update apt repos 
sudo apt-get update
 - Install new electric packages 
sudo apt-get install ros-fuerte-turtlebot
 - Source setup.bash 
source /opt/ros/fuerte/setup.bash
 Configure upstart to use fuerte. <wireless-id> should be something like "wlan0".
roscd turtlebot_bringup/upstart sudo ./install.bash <wireless-id>
- Edit your ~/.bashrc by replacing all instances of "electric" with "fuerte"
 - Restart your turtlebot computer for changes to take effect.
 - You may optionally remove the Electric install to save space. Keeping the old version of ROS around is not a problem, just be sure your paths always point to /opt/ros/fuerte. 
sudo apt-get remove ros-electric-turtlebot-robot