AdvRoboticsROSTraining/Robot.cpp

11 lines
130 B
C++

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