Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
acengnew
/
drone-flight-commands-json
like
0
Modalities:
Text
Formats:
json
Size:
< 1K
Libraries:
Datasets
pandas
Polars
+ 1
Dataset card
Data Studio
Files
Files and versions
xet
Community
acengnew
commited on
Jan 15
Commit
3c048c1
·
verified
·
1 Parent(s):
946ad3f
Create data.json
Browse files
Files changed (1)
hide
show
data.json
+6
-0
data.json
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
[
2
+
{ "command": "take off", "action": "takeoff" },
3
+
{ "command": "land now", "action": "land" },
4
+
{ "command": "hover in place", "action": "hover" },
5
+
{ "command": "return home", "action": "return" }
6
+
]