Bug Fix: Some paths were hardcoded to SwarmBaseCode-ROS
Two scripts contained hardcoded paths that assumed the repository was named SwarmBaseCode-ROS. This release replaces those references with relative paths.
The bug prevented the Swarmies from accessing the camera calibration file if SwarmBaseCode-ROS was missing from the rover. Not being able to access the calibration file meant rovers always reported their distance to April tags as zero.
The deployment script also contained a hardcoded path which prevented it from working as intended when run with the -R flag.