SkyDrop is an automated UAV delivery system designed for a specific apartment building. This system allows parcels to be delivered from the apartment gate/security room to the destination apartment balcony by a UAV.
The complete system consist of an autonomous UAV system and a dashboard to send commands to the UAV. This repository contains the implementation related to the frontend of the dashboard.
Technologies: React
This work is based on the work done by Brunner et al., 201912. In our project, we are trying to improve their work further more by considering the suggestions mentioned by them in their research paper along with our own ideas.
The following tools and softwares should be installed in the local machine (If you haven't already installed when setting up the skydrop server project).
- Node.js v16.x: (NodeJS installation instructions)
Make sure that you have successfully installed both Node and NPM by runningnode -vandnpm --version.
Step 01: Create a folder to hold the backend and the frontend projects of SkyDrop (If you havent't already done this when setting up the skydrop server project)
mkdir ~/Skydrop
Step 02: Clone the project
cd ~/Skydrop
git clone [email protected]:SkydropDroneDeliveries/skydrop_dashboard_frontend.git
Step 03: Running the project
cd ~/Skydrop/skydrop_dashboard_frontend
npm install
npm run start
The frontend will start on port 3000 (http://localhost:3000).
Minimal (Free version)
Free React Admin Dashboard made with Material-UI components and React.
| Minimal Free | Minimal |
|---|---|
| 7 Demo pages | 42+ demo pages |
| - | ✓ Multi-language |
| - | ✓ Dark/Light Mode 🌓 |
| - | ✓ More components |
| - | ✓ TypeScript version |
| - | ✓ Design files (Figma & Sketch) |
- Recommended
node js 14+andnpm 6+ - Install dependencies:
npm installoryarn install - Start the server:
npm run startoryarn start
Distributed under the MIT License. See LICENSE for more information.
Email Us: [email protected]
Footnotes
-
Research Paper of Brunner et al. work: Link to the research paper
Brunner, G., Szebedy, B., Tanner, S. and Wattenhofer, R., 2019, June. The urban last mile problem: Autonomous drone delivery to your balcony. In 2019 international conference on unmanned aircraft systems (icuas) (pp. 1005-1012). IEEE. ↩ -
GitHub Repository of Brunner et al. work: Link to the repository ↩
