Skip to content

Commit c921c6b

Browse files
Merge pull request #143 from oss-slu/update-droneworld-info
Updated Drone World Information
2 parents 5ea147e + b665ff4 commit c921c6b

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Dependencies
22
/node_modules
33

4-
54
# Production
65
/build
76

@@ -19,3 +18,6 @@
1918
npm-debug.log*
2019
yarn-debug.log*
2120
yarn-error.log*
21+
22+
# Visual Studio
23+
.vs

docs/portfolio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We are especially interested in projects supporting researchers, focused on rese
2222

2323
**[Digital Bone Box](project_digital_bone_box/about.md)** - This project is a Web Application aims to convert an existing PowerPoint-based educational tool into an interactive, mobile-friendly web application.
2424

25-
**[Drone World](project_droneworld/about.md)** - DroneWorld is a platform for testing small unmanned aerial systems (sUAS) applications by simulating realistic test scenarios based on specified requirements.
25+
**[Drone World](project_droneworld/about.md)** - Drone World is a platform for testing small unmanned aerial systems (sUAS) applications by simulating realistic test scenarios based on specified requirements.
2626

2727
**[Electronic Structure Parser](./project_esp/about.md)** - The esp is a web application that allows the user to upload the ORCA/Gaussian data and the software produces tabular results in a Word document.
2828

docs/project_droneworld/about.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ custom_edit_url: null
55
---
66

77
## Overview
8-
Drone World, developed by Dr. Ankit Agrawal and his team, is an advanced simulation platform for testing small unmanned aerial systems (sUAS). It enables users to configure detailed test scenarios by specifying environmental conditions (e.g., weather, terrain), sUAS capabilities (e.g., sensors, hardware), and mission objectives. The platform generates a realistic 3D simulation environment and monitors data to ensure safety and detect issues, producing comprehensive test reports with detailed analysis.
8+
Drone World, developed by Dr. Ankit Agrawal and his team, is an advanced simulation platform for testing small unmanned aerial systems (sUAS).
9+
It enables users to configure detailed test scenarios by specifying environmental conditions (e.g., weather, terrain), sUAS capabilities (e.g., sensors, hardware), and mission objectives.
10+
The platform generates a realistic 3D simulation environment and monitors data to ensure safety and detect issues, producing comprehensive test reports with detailed analysis.
911

10-
By automating and streamlining the testing process, Drone World improves safety, reliability, and efficiency for drone developers. It allows comprehensive pre-flight testing in ultra-realistic environments, helping developers refine their systems and iterate more rapidly on complex missions. Our team at OSS is dedicated to enhancing Drone World’s capabilities, including refining environmental settings, drone configurations, and integrating new features.
12+
By automating and streamlining the testing process, Drone World improves safety, reliability, and efficiency for drone developers.
13+
It allows comprehensive pre-flight testing in ultra-realistic environments, helping developers refine their systems and iterate more rapidly on complex missions.
14+
Our team at OSS is dedicated to enhancing Drone World’s capabilities, including refining environmental settings, drone configurations, and integrating new features.
1115

1216
### Information
1317

@@ -28,14 +32,17 @@ By automating and streamlining the testing process, Drone World improves safety,
2832
- **Technologies Used:**
2933
- Key Languages: Python, TypeScript, JavaScript
3034
- Key Technologies: React (Frontend), Flask (Backend APIs), Unreal Engine with AirSim (Simulation)
31-
- Databases: MongoDB
35+
- Storage Services: Google Cloud Storage
3236
- Critical Dependencies: PX4, ArduPilot, Unreal Engine
3337
- **Type:** Desktop
3438
- **License:** [MIT](https://opensource.org/license/mit)
3539

3640
### User Guide
3741

38-
The user sets up a test scenario via the web interface by specifying the number of drones, their sensors, mission objectives, and operating environment. They also define critical safety properties, such as minimum separation distances between drones, based on system requirements or regulations. After the test, Drone World provides a comprehensive report that includes logs, telemetry data, property violation analysis, and visualizations of key metrics. For a more comprehensive guide, [see the User Guide](https://github.com/oss-slu/DroneWorld/wiki/User-Guide).
42+
The user sets up a test scenario via the web interface by specifying the number of drones, their sensors, mission objectives, and operating environment.
43+
They also define critical safety properties, such as minimum separation distances between drones, based on system requirements or regulations.
44+
After the test, Drone World provides a comprehensive report that includes logs, telemetry data, property violation analysis, and visualizations of key metrics.
45+
For a more comprehensive guide, [see the Simulation Guide](https://github.com/oss-slu/DroneWorld/wiki/Simulation-Guide).
3946

4047
## Technical Information
4148

@@ -50,9 +57,8 @@ Next, execute the test scenario with the "Execute Test Scenario" box. This runs
5057
### Development Priorities
5158

5259
- Implement UI changes to enhance the display of simulation responses, including images and graphs.
53-
- Develop Unreal Engine support for various drone types.
54-
- Integrate MongoDB for storing predefined values.
5560
- Add a new property for monitoring drone torque battery.
61+
- Develop Unreal Engine support for various drone types.
5662

5763
## Get Involved
5864

0 commit comments

Comments
 (0)