File size: 2,979 Bytes
fa293e0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5f4a9b0
 
0e858ca
 
 
 
 
5f4a9b0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5853b12
 
61cb7db
 
1dead4e
5f4a9b0
 
 
443c3d6
 
5f4a9b0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bf72dd9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
---
license: mit
task_categories:
- robotics
- reinforcement-learning
- tabular-regression
tags:
- drone
- slam
- physics
- art
- telemetry
- obstacle-avoidance
- synthetic
- robotics
---

[![Website](https://img.shields.io/badge/webXOS.netlify.app-Explore_Apps-00d4aa?style=for-the-badge&logo=netlify&logoColor=white)](https://webxos.netlify.app)
[![GitHub](https://img.shields.io/badge/GitHub-webxos/webxos-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/webxos/webxos)
[![Hugging Face](https://img.shields.io/badge/Hugging_Face-🤗_webxos-FFD21E?style=for-the-badge&logo=huggingface&logoColor=white)](https://huggingface.co/webxos)
[![Follow on X](https://img.shields.io/badge/Follow_@webxos-1DA1F2?style=for-the-badge&logo=x&logoColor=white)](https://x.com/webxos)

<div style="
    background: #00FF00;
    border-left: 4px solid #00FF00;
    padding: 1.5rem;
    margin: 2rem 0;
    font-family: 'Fira Code', 'Courier New', monospace;
    color: #00FF00;
    border-radius: 0 8px 8px 0;
">
    <pre style="
        font-size: 8px;
        line-height: 1.2;
        margin: 0;
        overflow-x: auto;
        color: #00FF00;
    ">
 _    _    __  _  _  ____  ____  ____  _  _  ____  ____  ____ 
( \/\/ )  /__\( \/ )( ___)(  _ \( ___)( \( )(  _ \( ___)(  _ \
 )    (  /(__)\\  /  )__)  ) _ < )__)  )  (  )(_) ))__)  )   /
(__/\__)(__)(__)\/  (____)(____/(____)(_)\_)(____/(____)(_)\_)

</div>
  
# OVERVIEW

*UNDER DEVELOPMENT*

*This dataset was generated using the WAVEBENDER app by webXOS, located in the /generator/ folder of this repo. Download WAVE BENDER 
to create your own similar datasets.*

Generated synthetic dataset for drone autonomy ML training, including telemetry signals 
(acceleration, gyro, altitude, velocity, battery, GPS), SLAM (obstacle detection/mapping), 
and avoidance maneuvers in simulated 3D environments with configurable parameters (complexity, 
noise, frequency, dynamic obstacles). Synthetic drone datasets are generally used to overcome 
real-world data limitations for unmanned aerial vehicles (UAVs).

# DETAILS

Structure & Content: Tiny tabular/text dataset (219 Bytes downloaded, ~4 KB in Parquet format) with 1 row and 8 columns:

complexity: int64 (value: 7)

noise: float64 (value: 2.5)

frequency: float64 (value: 1.8)

sample_rate: int64 (value: 100)

center_region_training: bool (value: true)

dynamic_obstacles: bool (value: true)

avoidance_training: bool (value: true)

dataset_id: string (value: "wave_bender_training_params")

# USAGE

Load via Python libraries (e.g., from datasets import load_dataset; ds = load_dataset("webxos/wavebender_dataset") 
or pandas/parquet readers). Download the training app "WAVEBENDER" by webXOS in the /generator/ folder for configuring/training 
WaveBender— for a simulation involving waves, noise, frequency modulation, and obstacle avoidance (e.g., in physics, 
audio, or AI pathfinding).

# DEVELOPER

webXOS

webxos.netlify.app

huggingface.co/webxos