micro-ROS / micro-ROS/micro-ROS-Agent
Agent TCP4 not responding to RMW stream or packet
还没有人认领这个 Issue。
- 主要语言
- C++
- 星标
- 201
- 派生
- 111
- 平均合并
- 1 天 6 小时
- 30 天内合并 PR
- 10
描述
## Issue template
- Hardware description:
Agent running on Ubuntu 22.04 x86)64
Firmware on Raspberry PI Pico W
- RTOS: FreeRTOS
- Installation type: micro_ros_setup
- Version or commit hash: Humble
#### Steps to reproduce the issue
Agent running in TCP4 mode:
$ ros2 run micro_ros_agent micro_ros_agent tcp4 -p 8000
Firmware is using LWIP Sockets under Freertos as a custom transport rmw (rmw_uros_set_custom_transport). Tested both stream and packet communication modes.
#### Expected behavior
Would expect some acknowledge package or activity from the Agent.
#### Actual behavior
Agent is listening on port 8000. It accepts the connection. Data is sent from the firmware to the Agent but no response from the agent.
#### Additional information
I've not managed to find any blogs or code examples using tcp4 comms on the Agent. Can I confirm that this does talk rmw and whether this should be stream or packet mode?
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 micro_ros_agent tcp4 -p 8000 命令以及固件中使用 FreeRTOS 上的 LWIP 套接字进行的 rmw_uros_set_custom_transport 配置开始。比较流通信和分组通信,并验证 Agent 是否响应固件数据;记录所需的模式,或复现一个已确认的修复方案。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp, raspberry-pi, ubuntu
- 领域
- networking
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100