LingxinMeng 9 bulan lalu
induk
melakukan
3502108223
1 mengubah file dengan 6 tambahan dan 10 penghapusan
  1. 6 10
      src/python2/pjibot_delivery/callback.py

+ 6 - 10
src/python2/pjibot_delivery/callback.py

@@ -73,22 +73,18 @@ if __name__ == '__main__':
                         done9 = False
                         # print '检测是否文件完整:', prefix
                         for obj2 in oss2.ObjectIterator(bucket, prefix=prefix):
-                            if '/EgoState_pji.csv' in str(obj2.key):
+                            if '/ego_pji.csv' in str(obj2.key):
                                 done1 = True
-                            if '/build_map.bag' in str(obj2.key):
+                            if '/objects_pji.csv' in str(obj2.key):
                                 done2 = True
-                            if '/camera.mp4' in str(obj2.key):
+                            if '/pcd_overlook.mp4' in str(obj2.key):
                                 done3 = True
-                            if '/camera2.mp4' in str(obj2.key):
+                            if '/pos_pji.csv' in str(obj2.key):
                                 done4 = True
-                            if '/costmap.bag' in str(obj2.key):
+                            if '/simulation.xosc' in str(obj2.key):
                                 done5 = True
-                            if '/map.bag' in str(obj2.key):
+                            if '/trajectory_pji.bag' in str(obj2.key):
                                 done6 = True
-                            if '/pcd_lidar.mp4' in str(obj2.key):
-                                done7 = True
-                            if '/tfstatic.bag' in str(obj2.key):
-                                done8 = True
                             if '/report.pdf' in str(obj2.key):
                                 done9 = True
                         if not done1 or not done2 or not done3 or not done4 or not done5 or not done6 or not done7 or not done8 or not done9: