0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. IB_Robot
  2. /
  3. src
  4. /
  5. tensormsg
  6. /
  7. resource
BreezeWuBreezeWufeat: extract tensormsg and refactor rosetta message converters
40207708创建于 3月4日历史提交
文件最后提交记录最后更新时间
tensormsg
feat: extract tensormsg and refactor rosetta message converters Extract message conversion logic (ROS <-> Tensor) from rosetta into a new standalone package 'tensormsg'. This decouples the conversion layer from the bridge logic and allows for better reuse across nodes. - Create tensormsg package with TensorMsgConverter - Refactor rosetta, inference_service, and action_dispatch to use tensormsg - Remove redundant decoders.py and encoders.py from rosetta - Maintain backward compatibility in contract_utils.py Signed-off-by: XiaoqiangWu <wuxiaoqiang.rtos@huawei.com> 3 个月前