Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
acengnew
/
navigation-waypoints-json
like
1
Modalities:
Tabular
Text
Formats:
json
Size:
< 1K
Libraries:
Datasets
pandas
Polars
+ 1
Dataset card
Data Studio
Files
Files and versions
xet
Community
1
acengnew
commited on
Jan 10
Commit
b084dc1
·
verified
·
1 Parent(s):
83fc930
Create data.json
Browse files
Files changed (1)
hide
show
data.json
+6
-0
data.json
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
[
2
+
{ "waypoint_id": "wp_01", "x": 0.0, "y": 0.0 },
3
+
{ "waypoint_id": "wp_02", "x": 1.5, "y": 0.5 },
4
+
{ "waypoint_id": "wp_03", "x": 3.0, "y": 1.2 },
5
+
{ "waypoint_id": "wp_04", "x": 4.2, "y": 2.0 }
6
+
]