alifnd9 commited on
Commit
d24a7b9
·
verified ·
1 Parent(s): d1896c2

Create trajectory_data.json

Browse files
Files changed (1) hide show
  1. trajectory_data.json +20 -0
trajectory_data.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_id": "RB-001",
3
+ "trajectory": [
4
+ {
5
+ "time": 0,
6
+ "position": { "x": 0, "y": 0 },
7
+ "heading": 0
8
+ },
9
+ {
10
+ "time": 1,
11
+ "position": { "x": 4.5, "y": 0.2 },
12
+ "heading": 0.05
13
+ },
14
+ {
15
+ "time": 2,
16
+ "position": { "x": 9.1, "y": 0.6 },
17
+ "heading": 0.1
18
+ }
19
+ ]
20
+ }