Changes

Summary

  1. feat: Keb: 实现rosbag->keb scene的数据转换工具 (details)
  2. chore: snapshot转keb scene的脚本使用流式读取,解决out of memory问题。真实录包验证通过。 (details)
  3. fix: Keb: 1. 解决sl road boundary转xy road boundary时产生的边界自相交问题。2. 对边界范围进行clamp。 (details)
Commit 7a7e1113cb2032a9b4154567f9428355baf3e979 by tangwenqing
feat: Keb: 实现rosbag->keb scene的数据转换工具

The file was addedoffboard/bag_to_keb_scene/bag_reader.cc
The file was modifiedCMakeLists.txt
The file was addedoffboard/bag_to_keb_scene/CMakeLists.txt
The file was addedoffboard/bag_to_keb_scene/bag_reader.hpp
The file was addedoffboard/bag_to_keb_scene/README.md
The file was addedoffboard/bag_to_keb_scene/bag_to_keb_scene.cc
Commit 8b78c5bcbf315994e7b6238c1d5185cab419aad9 by tangwenqing
chore: snapshot转keb scene的脚本使用流式读取,解决out of memory问题。真实录包验证通过。

The file was modifiedoffboard/bag_to_keb_scene/bag_reader.hpp
The file was modifiedoffboard/bag_to_keb_scene/README.md
The file was modifiedoffboard/bag_to_keb_scene/bag_reader.cc
The file was modifiedoffboard/bag_to_keb_scene/bag_to_keb_scene.cc
Commit c0c14c2d3b302d1ece6e57277f25e32b0028e45a by tangwenqing
fix: Keb: 1. 解决sl road boundary转xy road boundary时产生的边界自相交问题。2. 对边界范围进行clamp。

The file was modifiedtasks/plan/keb_utils.cpp