If you have not yet built your robots, please consult our Assembly Manual for instructions on doing so.
Download the Swarmathon IV Swarmie Disk Image. The image file is 16 GB. Burn the disk image to a USB drive. There are a variety of tools for burning .iso images to USB drives. Windows 10, Linux, and OS X have built in utilities for burning disk images to USB drives. The free and cross platform Etcher tool at http://etcher.io has worked well for us.
Connect the Intel NUC onboard your robot to a keyboard (USB), mouse (USB), and monitor (HDMI). Insert the USB drive with the Swarmie disk image burned to it. You will need to disconnect the Swarmie USB components to connect the mouse, keyboard, and USB drive. Ensure that the robot motors are turned off (the red switch at the back is down), then turn the NUC on.
Your swarmie should boot into a USB menu with the option to Overwrite the swarmie's harddrive with the new Swarmathon III software. If it does not boot to the USB menu restart your computer and hold down F10 when the NUC's BIOS screen is displayed. A menu of boot devices will appear. Select your USB drive as the boot device and hit enter.
Once you are at the Swarmathon III Swarmie Image install menu press enter.
-WARNING- Continuing will erase the harddrive in the Swarmie and install the new software -WARNING-
Do not run this software on any computer except the NUC on the Swarmie.
You will be asked to confirm that you want to overwrite the harddrive twice. Once you have confirmed that you want to continue a progress bar showing the installation progress will appear. Wait until the installation finished (should take no more than 20 minutes). The rover will automatically shut itself down at the end of the installation.
Remove the USB installation drive and power on your rover. The Swarmie robot will start up. It now has a preconfigured installation of Ubuntu 16.04 (Xerius Xeres), ROS Kinetic Kame, and the Swarmathon base code ready to use. The Swarmie will login automatically to an account named Swarmie.
The installation from USB will not modify the code running on the Swarmie's arduino board. If you recieved a new robot this year the arduino code has been preinstalled. You will also find a copy of the Swarmathon-Arduino git repository in the home directory of the swarmie user.
If you need to restore your swarmie to its initial software configuration in the future, you can do so with the USB install drive you created. Doing so will erase any modifications you have made on the Swarmie.
-
Your robot's hostname should be changed so that each robot will be uniquely identified on your LAN. To change your hostname, open a Terminal window and enter
sudo nano /etc/hostname
. Enter the password you set during the OS installation process when prompted. -
This file should contain one line with the word "myswarmie1". Delete "myswarmie1" and replace it with your chosen hostname. Any hostname composed of alphanumeric characters will work; be sure to remember your hostname for later use. Use Ctrl + x to save your change and exit the editor.
-
From the Bash prompt, enter
sudo nano /etc/hosts
. -
The second line of the hosts file should read
127.0.1.1 myswarmie1
. Delete "myswarmie1" and replace it with the hostname you chose in step 2. -
At this point, you should also add to the hosts file the IP addresses and hostnames of any other machines on your network (including other robots) that you plan to run Swarmathon-ROS on. For example, you would add a machine named "alpha" with an IP address of "192.168.1.2" by inserting
192.168.1.2 alpha
at a new line in the hosts file. -
Once all relevant machines have been added, use Ctrl + x to save your change and exit the editor.
Disconnect the keyboard, mouse, and monitor from your robot and place it on a large, flat surface. Ensure that the motors are now turned on (the red switch is up), and that the NUC is on. To start the ROS base code on the robot, follow the directions below:
-
Using another Ubuntu machine that is connected to the same WLAN as your robot, and that has the SwarmaBaseCode-ROS code base cloned and compiled, follow the hosts file setup from Section 2 to ensure that your robot's IP address and hostname have been added to your Ubuntu machine's hosts file.
-
Open a Terminal window, run
cd ~/path/to/your/repository
, then run./run.sh
to start the Swarmathon-ROS GUI. -
Open a second Terminal window and connect to your robot by running the command
ssh robotUserName@robotHostName
, where "robotUserName" and "robotHostName" should be replaced by the username and hostname you selected. When prompted, enter your password. -
Once the SSH session connects, run the command
cd ~/path/to/your/repository/misc/rover_onboard_node_launch.sh machineHostName
, where "machineHostName" should be replaced by the hostname of the machine you're currently using.
In your Swarmathon-ROS GUI window, you should see the name of your robot appear in the "Rovers:" box on the left side. It may take up to 10 seconds for the robot's name to appear. When you click on the robot's name, you should see it's camera view appear in the GUI window, along with data from the ultrasonic sensors, IMU, and motor encoders.
Observe the robot for several minutes. If everything is working correctly, you should observe the following indicator lights:
-
A solid green light on the camera
-
A rapidly blinking green light on all three ultrasonic sensors
-
A solid green light on the GPS board on the right side of the robot, and possibly a slow blinking red light if the robot is outside and has achieved a GPS lock
-
A very rapidly blinking, near-solid red light on the microcontroller underneath the Intel NUC
You should also test the joystick control of your robot using either a Microsoft Xbox 360 Controller or the i, j, k, and l keys on your keyboard.
When you are satisfied that the robot is operating correctly as per the specs above, you may shut it down by flipping the red switch down and holding the power button on the NUC for five seconds.
Your robot is now ready for you to use! Please repeat this process for all 3 of your robots.
We make the assumption you are using an installation of Ubuntu from our provided swarmie image. To calibrate the robots use the script ~/SwarmBaseCode-ROS/misc/run_calibration.sh
and follow the instructions in your terminal. calibration demonstration
If at some point you need to reupload the Swarmathon-Arduino base code to your microcontroller (after calibrating your rover for example), please follow the instructions in the Swarmathon-Arduino README.
To charge your robots, plug each of your three smart chargers into standard wall outlets, then connect each of your three robots to the smart chargers via the barrel jack at the rear of the robots (to the right of the red power switch). You should see a red light on the smart charger, which indicates a solid connection. Charge the robot until the light on the smart charger turns green, which indicates that the battery is fully charged, then disconnect the charger. Note that fully charging the battery can take up to 12 hours, and the battery manufacturer stipulates that batteries should be attended during charge to mitigate fire risk (see the Safety Guide for more information about battery charging).
Never run your robots unattended, and handle your robots carefully. You may carry them by the cover plate, but avoid jarring them, dropping them, or crashing them at high speeds. Robots should be able to handle a few bumps into each other, but if they bump into a wall or immovable obstacle at high speed (or sometimes even at low speed), they may flip over and will need to be promptly uprighted.
Operate robots at a safe speed. There are no funds available to repair robots that are damaged due to high speed crashes (or falling down stairs, getting wet, etc.) Additionally, when robots move at high speeds, the ultrasounds may not respond fast enough to avoid crashes into walls, and the camera may not be able to detect April Tags.
Robot wheels may become loose and disengage after repeated testing. Although the robots are capable of driving on only three wheels, you should reattach any loose wheel(s) following the wheel installation instructions in the Swarmie Build Guide.
If you encounter any issues with your robots, please contact the Swarmathon team at [email protected], or post questions in the Hardware section of the NASA Swarmathon Q&A Forum, and we’ll help you to diagnose and repair the problem.
You should already have a repository under the BCLab organisation on GitHub. Please let us know right away if you do not have access or cand find your repository.
A convenient way customise the SwarmBaseCode-ROS repository which still being able to receive important bug fixes is to setup the SwarmBaseCode-ROS repository as a remote. The commands are as follows:
While in your repository run:
git remote add SwarmBaseCode https://github.com/BCLab-UNM/SwarmBaseCode-ROS.git
Your repository is now able to fetch code from the SwarmBaseCode-ROS repository as well as from your team's repository.
To get bug fixes and changes in the base code use the following command:
git pull SwarmBaseCode
There have been a lot of changes in the code since Swarmathon II. If you try to pull the Swarmathon III code into a branch based on the Swarmathon II code you will have a lot of merge conflicts. You may find it easier to create a fresh branch for Swarmathon III and reimplement the functionality from previous years there.
As soon as possible change the password for the Swarmie account (that's the one that logged in automatically on boot). The default password is Swarmathon4
.
To change you password from the shell type:
passwd
And follow the prompts.