Changes

Summary

  1. fix_out: 修复前缀带来的影响 && 减少不必要的时间范围转发 (details)
  2. fix_out: 修复按钮与播放器同时消失的bug (details)
  3. fix: 提高必须数据的qos等级,避免丢帧 (details)
  4. feat: 高亮显示播放区域 (details)
  5. fix: 修复不下发的bug,store内部一直维护upload上传的区间 (details)
  6. feat_out: 新增重播功能 && 新增数据采集方向配置 (details)
  7. feat_out: 新增功能 (details)
  8. fix:优化时间轴显示逻辑 && 后端路由vehicle id属性由const改为let 方便去除前缀 && 修正回访列表的时间戳读取 (details)
  9. fix: 修复收到空包 程序崩溃的问题 (details)
  10. fix:修正结束vehicle id为815 (details)
  11. fix:修复编译崩溃的bug (details)
  12. feat: 新增相机巡检工具页(配置为大榭) (details)
  13. refact: 修改一些显示效果 (details)
  14. chore(config): 更新后台服务参数 (details)
  15. refact: 没有加载关键帧的card也可以点开player,避免有些摄像头是好的,但是因为拉流的原因没有获取到 (details)
  16. fix:修改大榭车辆列表 && 补齐被误删的导入操作 (details)
  17. feat: 相机巡检增加右侧车辆悬浮列表及跳转 (details)
  18. fix:右侧边栏移动至左侧 (details)
  19. feat: 增加厦门配置 (details)
  20. feat:新增苏溪配置 (details)
  21. fix: 修正大榭车载挂箱摄像头uuid (details)
  22. feat:装卸料区域绘制 (details)
  23. feat:脱困模式 初始版本 可下发参考点 (details)
  24. fix:修复编译报错的bug (details)
  25. feat: ssep路径 (details)
Commit 9ed78185eecf9f57ce385e1db4b51074e63be8da by haoxiangtao
fix_out: 修复前缀带来的影响 && 减少不必要的时间范围转发


(cherry picked from commit 0cb4ee28254b7b228cabc0f66ba5b95a548127d3)
The file was modifiedfrontend/src/components/ReplayBacktrace.vue
The file was modifiedsnapshot_store/mqtt_sink/mqtt_sink_backtrace.hpp
The file was modifiedfrontend/src/data/view_data_provider.js
The file was modifiedbackend/routes/backtrace_router.js
The file was modifiedbackend/models/socketHandler.js
Commit 7c8d446aff8e423e58f94ecd29f1e2e4237ebb5d by haoxiangtao
fix_out: 修复按钮与播放器同时消失的bug


(cherry picked from commit 4dbe0bae8fdeb4aae26cd4a528c148272f149d13)
The file was modifiedfrontend/src/components/ReplayBacktrace.vue
Commit ee18c6135f07daaad34d5e1e0476538f5d7402f1 by haoxiangtao
fix: 提高必须数据的qos等级,避免丢帧


(cherry picked from commit 1db83ba3c81948148462b12c76196ed9c2a14622)
The file was modifiedsnapshot_store/mqtt_source/mqtt_source_backtrace.hpp
Commit 08797e90571d28088bc7b0596bc3ddd81adab8d3 by haoxiangtao
feat: 高亮显示播放区域


(cherry picked from commit 7ace462b8fd2ce889007b902f50d620aafce897a)
The file was modifiedfrontend/src/components/TimeControlTrace.vue
The file was modifiedfrontend/src/components/ReplayBacktrace.vue
Commit f89feee81aca764a8b17333ea1a2f4c5e84b5595 by haoxiangtao
fix: 修复不下发的bug,store内部一直维护upload上传的区间


(cherry picked from commit 06bab3b65ad50df9bd194359ea54516b4c5d57f1)
The file was modifiedsnapshot_store/mqtt_sink/mqtt_sink_backtrace.hpp
Commit 20154e72db7ec03d31735b5c86644a68fb0d0149 by haoxiangtao
feat_out: 新增重播功能 && 新增数据采集方向配置


(cherry picked from commit dc5f4d00bbb35f92f3a31507a89bbee4135921d2)
The file was modifiedfrontend/src/components/ReplayBacktrace.vue
The file was addedfrontend/src/components/SelectCollectionMode.vue
The file was modifiedfrontend/src/data/store.js
The file was modifiedsnapshot_store/mqtt_sink/mqtt_sink_backtrace.hpp
The file was modifiedfrontend/src/data/view_data_provider.js
The file was modifiedfrontend/src/components/PageHeader.vue
The file was modifiedbackend/routes/backtrace_router.js
The file was modifiedfrontend/src/plugins/vuetify.js
The file was modifiedfrontend/src/components/TimeControlTrace.vue
Commit 83bb75af11a4e57a94829cbef59a396071e6646c by haoxiangtao
feat_out: 新增功能

- 回溯录制功能
- 回溯播放时间轴随动
- 回溯数据send-ack机制,回退qos等级

注意:需要配合新版本的snapshot_upload


(cherry picked from commit 8196b47d40d5af58ebbd10bfc987dcb06718c6d5)
The file was modifiedfrontend/src/data/view_data_provider.js
The file was modifiedsnapshot_store/mqtt_sink/mqtt_sink_backtrace.hpp
The file was modifiedfrontend/src/components/PageHeader.vue
The file was modifiedfrontend/src/components/TimeControlTrace.vue
The file was modifiedsnapshot_store/data_self/snapshot_store_frame.hpp
The file was modifiedsnapshot_store/data_self/snapshot_store_frame.cpp
The file was modifiedsnapshot_store/core_self/snapshot_async.cpp
The file was modifiedbackend/routes/backtrace_router.js
The file was modifiedsnapshot_store/mqtt_source/mqtt_source_backtrace.hpp
The file was modifiedfrontend/src/components/ReplayBacktrace.vue
Commit a0c5685cc8ed4dc95691dc504fbb371d9ddbdc7b by haoxiangtao
fix:优化时间轴显示逻辑 && 后端路由vehicle id属性由const改为let 方便去除前缀 && 修正回访列表的时间戳读取


(cherry picked from commit 4bd172cba39fd6a2ec8c8c0744e6b087b1988f25)
The file was modifiedfrontend/src/components/ReplayBacktrace.vue
The file was modifiedbackend/routes/backtrace_router.js
The file was modifiedfrontend/src/data/view_data_provider.js
Commit e3a77114dd8702f6e692d852d9fcbf449ad024ea by haoxiangtao
fix: 修复收到空包 程序崩溃的问题


(cherry picked from commit b1dc008f4e782a55201f047dcf2867ea3b40609a)
The file was modifiedsnapshot_store/mqtt_source/mqtt_source_backtrace.hpp
Commit 50d8616d48718c81f13b323b9ca019c49f0590b3 by haoxiangtao
fix:修正结束vehicle id为815


(cherry picked from commit 5a7bc018178d9aa3aeb0e2bdc72e18e8ad9c08f8)
The file was modifiedfrontend/src/data/common.js
Commit 69715f0db7248e3d8a1c3b77733d9b855e4d0f3d by haoxiangtao
fix:修复编译崩溃的bug



(cherry picked from commit b6e5a836cce333bc02e6c4710a45bd63271c5279)
The file was modifiedsnapshot_store/CMakeLists.txt
Commit 36a518b0d9f12c329831359c9315b8fa1cef2e77 by haoxiangtao
feat: 新增相机巡检工具页(配置为大榭)


(cherry picked from commit 2b326877e3c762055324cae5b2e46ea01d119d6b)
The file was modifiedfrontend/src/data/store.js
The file was addedfrontend/src/components/ViewCameraDetail.vue
The file was modifiedfrontend/src/plugins/vuetify.js
The file was addedfrontend/src/view/camera-inspection.vue
The file was modifiedfrontend/src/data/common.js
The file was modifiedfrontend/src/components/PageHeader.vue
The file was modifiedfrontend/package-lock.json
The file was addedfrontend/src/components/SelectToolRouter.vue
The file was addedfrontend/src/data/camera_data_provider.js
The file was modifiedfrontend/package.json
The file was modifiedfrontend/src/App.vue
The file was modifiedfrontend/src/data/view_data_provider.js
The file was modifiedfrontend/src/view/dashboard.vue
The file was modifiedfrontend/src/router/index.js
Commit 29ea624a55295059bf417d8a496b8f03d668eb4a by haoxiangtao
refact: 修改一些显示效果


(cherry picked from commit dc879c30a198fbf8087b71ef7a5b654b85b4c3a6)
The file was modifiedfrontend/src/components/PageHeader.vue
The file was modifiedfrontend/src/view/camera-inspection.vue
Commit 7479941957eef286c8ff372f81b5ebcf1b6fdf41 by haoxiangtao
chore(config): 更新后台服务参数


(cherry picked from commit d44db54fe0c0cfa9f2134d565eb932bc6014397e)
The file was modifiedfrontend/src/data/common.js
Commit 0b39da94557986b0dbf2e3262441904ff3c7e06f by haoxiangtao
refact: 没有加载关键帧的card也可以点开player,避免有些摄像头是好的,但是因为拉流的原因没有获取到


(cherry picked from commit ca43aa9fde056805fbbbd406b497ecbe05c528da)
The file was modifiedfrontend/src/view/camera-inspection.vue
Commit a2d2f3d150afab1ae5b4d2d995e3d25411c68775 by haoxiangtao
fix:修改大榭车辆列表 && 补齐被误删的导入操作


(cherry picked from commit 3adadfc5af38c3feb2f83c3ec6beb09b4df4e6a3)
The file was modifiedfrontend/src/components/PageHeader.vue
The file was modifiedfrontend/src/data/common.js
Commit bf5fa3de3c78f1bb7062247ebc231b4c18fa6d42 by haoxiangtao
feat: 相机巡检增加右侧车辆悬浮列表及跳转


(cherry picked from commit bdb2458cd173a469c21d8cfbb033616fe5c299f8)

(cherry picked from commit 863ca26f185faf118dc6ba1fd7175188ada95bac)
The file was modifiedfrontend/src/view/camera-inspection.vue
Commit 557ae82e041e301294c5796e468adc7f9b342ebf by haoxiangtao
fix:右侧边栏移动至左侧


(cherry picked from commit 845daac743552e1fb106ccbe6c1c746e77834650)
The file was modifiedfrontend/src/view/camera-inspection.vue
Commit e46f2f4f5db433a68e8edf1e25dccf42290be25e by haoxiangtao
feat: 增加厦门配置


(cherry picked from commit e58517433fda419d14cb6165fe200a73f9e2ee62)

(cherry picked from commit 93780963d6f419cd1ed79763aadd1d6cfefb5450)
The file was modifiedfrontend/src/data/common.js
Commit 658d9f0688bce0b863e40deac3bd5109f78d354c by haoxiangtao
feat:新增苏溪配置


(cherry picked from commit 88280c7589d917445c03563ec6e16ee73736f847)

(cherry picked from commit 14e1481a9ae7af11caaea06e6ac4887ccffc2cb3)
The file was modifiedfrontend/package.json
The file was modifiedfrontend/src/data/common.js
Commit 312f89548ea203b1da3afe237454b2ecaaa9fe09 by haoxiangtao
fix: 修正大榭车载挂箱摄像头uuid


(cherry picked from commit b710ba18017aba1d51161fcd65c618cfd153bdd8)

(cherry picked from commit 9054a5c7d8558ff6be2cb0fdb461491b377ffccc)
The file was modifiedfrontend/src/data/common.js
Commit 66086bc1514716e39ce511793993ad1cffdf9a09 by haoxiangtao
feat:装卸料区域绘制


(cherry picked from commit 2fdbc81184dec6ad9ba905ecd75bdd4abd826353)

(cherry picked from commit 66bdfeb91da9b1f886279bf346e4d8b62e67eacb)
The file was modifiedfrontend/src/draw/draw_draw_box.js
The file was modifiedfrontend/src/components/ViewDisplay2D.vue
The file was modifiedfrontend/src/plugins/vuetify.js
Commit 1d4d37f2c916722d45f0dee4d3e93af8a7c91940 by haoxiangtao
feat:脱困模式 初始版本 可下发参考点


(cherry picked from commit b1fbff4474d443f6c80d1062430369a8c93a96ce)

(cherry picked from commit 8b7309dce4a4e4cf42343b5830397ce1a8ba6148)
The file was addedbackend/routes/remoteassistance_router.js
The file was modifiedfrontend/src/components/ViewRouteMap.vue
The file was addedfrontend/src/view/remote-assistance.vue
The file was modifiedfrontend/src/data/store.js
The file was modifiedfrontend/src/plugins/vuetify.js
The file was modifiedbackend/app.js
The file was addedfrontend/src/view/network-heatmap.vue
The file was modifiedfrontend/src/data/view_data_provider.js
The file was modifiedfrontend/src/view/dashboard.vue
The file was addedfrontend/src/data/remote_assistance_data_provider.js
The file was modifiedfrontend/src/components/PageHeader.vue
The file was modifiedfrontend/src/router/index.js
The file was modifiedfrontend/src/components/SelectToolRouter.vue
The file was addedfrontend/src/components/ViewNetworkMap.vue
The file was modifiedfrontend/src/components/ViewDisplay2D.vue
Commit 8928487e8203e1a2a85c85f3517fc567ce285897 by haoxiangtao
fix:修复编译报错的bug



(cherry picked from commit a9c912aea1eee712a98b7ae5562c50c83e108831)
The file was modifiedsnapshot_store/CMakeLists.txt
Commit f61fd113131eca9a8d1fa7a1e197f47198b3a792 by haoxiangtao
feat: ssep路径
The file was modifiedsnapshot_store/transform/path_interface.hpp