ermandmand commited on
Commit
e5a5bd2
·
verified ·
1 Parent(s): 84940ba

Create balance_samples.json

Browse files
Files changed (1) hide show
  1. balance_samples.json +20 -0
balance_samples.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "timestamp": 0.0,
4
+ "left_foot_pressure": 0.48,
5
+ "right_foot_pressure": 0.52,
6
+ "torso_angle": 1.2
7
+ },
8
+ {
9
+ "timestamp": 0.1,
10
+ "left_foot_pressure": 0.50,
11
+ "right_foot_pressure": 0.50,
12
+ "torso_angle": 1.1
13
+ },
14
+ {
15
+ "timestamp": 0.2,
16
+ "left_foot_pressure": 0.47,
17
+ "right_foot_pressure": 0.53,
18
+ "torso_angle": 1.3
19
+ }
20
+ ]