CSCI 3081 - Drone Delivery System
|
#include "entity_base.h"
#include <vector>
#include <string>
#include <iostream>
#include "battery.h"
#include "package.h"
#include "carrier.h"
#include "vector.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... | |