acengnew commited on
Commit
b084dc1
·
verified ·
1 Parent(s): 83fc930

Create data.json

Browse files
Files changed (1) hide show
  1. data.json +6 -0
data.json ADDED
@@ -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
+ ]