acengnew commited on
Commit
75e793d
·
verified ·
1 Parent(s): 0cbefec

Create data.json

Browse files
Files changed (1) hide show
  1. data.json +6 -0
data.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [
2
+ { "timestamp": "t1", "sensor": "lidar", "x": 1.0, "y": 1.0 },
3
+ { "timestamp": "t1", "sensor": "odometry", "x": 0.9, "y": 1.1 },
4
+ { "timestamp": "t2", "sensor": "lidar", "x": 1.8, "y": 1.6 },
5
+ { "timestamp": "t2", "sensor": "odometry", "x": 1.7, "y": 1.5 }
6
+ ]