Create train.csv
Browse files
train.csv
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pos_x,pos_y,obstacle_distance_front,obstacle_distance_left,obstacle_distance_right,imu_heading,recommended_direction
|
| 2 |
+
1.2,0.5,0.8,1.5,1.2,90,forward
|
| 3 |
+
1.3,0.6,0.3,1.4,1.3,92,left
|
| 4 |
+
1.1,0.4,0.2,1.6,1.0,88,right
|
| 5 |
+
1.4,0.7,1.0,1.2,1.5,95,forward
|
| 6 |
+
1.0,0.3,0.4,0.9,1.4,85,left
|