#include "Robot.h"
int Robot::getErrorCode() {
return 0;
}
std::string Robot::getRobotType() {
return "Basic Robot";