micro-ROS / micro-ROS/micro-ROS-Agent

micro-ROS Agent on macOS

未关闭
#269 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
C++
星标
201
派生
111
平均合并
1 天 6 小时
30 天内合并 PR
10

描述

I hope to run micro-ROS Agent on macOS. Is there a way?

[macOS PC]<----- Wi-Fi ----->[ATOM Matrix]

Step1

I flashed https://github.com/micro-ROS/micro_ros_arduino/blob/kilted/examples/micro-ros_publisher_wifi/micro-ros_publisher_wifi.ino to ATOM Matrix.

Step2

I tried to use official Docker image.
And, I used Docker Desktop on Mac.

docker run -it --rm --net=host microros/micro-ros-agent:jazzy udp4 -p 8888

As a result, the following message was displayed.

[1776208951.161796] info     | UDPv4AgentLinux.cpp | init                     | running...             | port: 8888
[1776208951.161960] info     | Root.cpp           | set_verbose_level        | logger setup           | verbose_level: 4
[1776209018.862533] info     | Root.cpp           | create_client            | create                 | client_key: 0x5A53D35F, session_id: 0x81
[1776209018.862722] info     | SessionManager.hpp | establish_session        | session established    | client_key: 0x5A53D35F, address: 127.0.0.1:58347
[1776209019.779195] info     | SessionManager.hpp | establish_session        | session re-established | client_key: 0x5A53D35F, address: 127.0.0.1:58347
[1776209020.702419] info     | SessionManager.hpp | establish_session        | session re-established | client_key: 0x5A53D35F, address: 127.0.0.1:58347

Additional information

I could run micro-ROS Agent on Ubuntu PC.

docker run -it --rm --net=host microros/micro-ros-agent:jazzy udp4 -p 8888

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

使用 Docker Desktop 在 macOS 上复现所示的 docker run 命令,并将其与 Ubuntu 上成功的结果进行比较。调查 agent 的 UDP 连接是否受 Docker 的 macOS 网络支持;完成标准是确认一套 macOS 操作流程,或记录在案的不兼容性。

由索引模型根据 Issue 内容生成。

评估

技术栈
docker, macos
领域
devops, embedded-iot, networking
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
冷清
描述清晰度
需要澄清
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。