RoboStack / RoboStack/robostack.github.io
Provide rosdep key for libserial-dev
还没有人认领这个 Issue。
- 主要语言
- Astro
- 星标
- 385
- 派生
- 36
- 平均合并
- 5 小时 37 分钟
- 30 天内合并 PR
- 18
描述
See https://index.ros.org/d/libserial-dev/ . This is only used by feetech_ros2_driver, but I stumbled in it by looking at ros-physical-ai's demo pixi.toml : https://github.com/ros-physical-ai/demos/blob/25f5dddc5a32cbae69a903674dc13ed0309b2d35/pixi.toml#L152-L160 .
To workaround the fact that on conda-forge we do not have libserial-dev, they mix apt packages and conda packages, and it would be ideal if users do not do that for countless reasons.
To fix this, we would just need to package libserial-dev, but the situation is a bit complex on that: the upstream library https://github.com/wjwwood/serial is officially abandoned, see https://github.com/wjwwood/serial/issues/312 . I happen to mantain a friendly fork of that library as we use it in my organization at https://github.com/gbionics/serial_cpp, but that is not a drop-in replacement, so we can't package that in conda-forge and use it as a key for libserial-dev.
I think a possible strategy to deal with this is:
- Add an additional output to https://github.com/gbionics/serial_cpp to ensure that it can be a drop-in replacement for
libserial-dev - Package https://github.com/gbionics/serial_cpp in conda-forge
- Add a rosdep key for libserial-dev
fyi @sea-bass as you seem to be involved in https://github.com/ros-physical-ai/demos .
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先检查链接的 pixi.toml 依赖项、serial_cpp 仓库以及 libserial-dev 的 rosdep 索引页面。当 serial_cpp 提供兼容的额外输出、在 conda-forge 中完成打包,并且 libserial-dev 的 rosdep 键能够正确解析时,工作即告完成。
由索引模型根据 Issue 内容生成。
评估
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100