public static function getRobotDataBy($type = null, $value = null)
 {
     $robotDataRows = RobotDataDB::getRobotDataRowSetsBy($type, $value);
     return RobotDataDB::getRobotDataArray($robotDataRows);
 }