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

A way to set a ROS namespace in the Agent

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

还没有人认领这个 Issue。

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

描述

I would like to have the ability to set an arbitrary ROS namespace of the node from the computer running the Agent. The way of doing this in ROSSerial is to just run the `serial_node` under a namespace. In micro-ROS it's a little more problematic because the namespace has to be passed to `rclc_node_init_default` function, so it has to be retrieved before the ROS communication is initialized.

The way I see it could work is when the Agent could be run with some parameters and the client had functions to retrieve these parameters. Then, I could just define the `namespace` parameter and retrieve it in the firmware before initializing the node.

贡献指南

打开贡献指南

从这里开始

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

调研方向

该 issue 没有指出任何仓库文件或测试。首先跟踪 Agent 的启动过程,以及 Agent 参数与客户端初始化之间的通信路径,注意 rclc_node_init_default 之前所需的 namespace。完成的标准是:启动 Agent 时可以提供 namespace,客户端可以在节点初始化之前获取该 namespace,并通过适当的测试进行验证。

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

评估

技术栈
cpp
领域
backend
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

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