CSCI 3081 - Drone Delivery System
Classes
robot.h File Reference
#include "entity_base.h"
#include <vector>
#include <string>
#include <iostream>
#include "battery.h"
#include "package.h"
#include "carrier.h"
#include "vector.h"
Include dependency graph for robot.h:

Go to the source code of this file.

Classes

class  csci3081::Robot
 A representation of a robot It stores the robot's name, ID, version, position, direction, speed, and dynamic mode. More...