CSCI 3081 - Drone Delivery System
|
#include "entity_base.h"
#include <iostream>
#include <string>
#include <vector>
#include "battery.h"
#include "carrier.h"
#include "package.h"
#include "vector.h"
#include "beeline_route.h"
#include "parabolic_route.h"
#include "smart_route.h"
Go to the source code of this file.
Classes | |
class | csci3081::RechargeDrone |
A representation of a drone It stores the drone's name, ID, version, position, direction, speed, and dynamic mode. More... | |