micro-ROS / micro-ROS/micro-ROS-Agent
A way to set a ROS namespace in the Agent
まだ誰も着手していません。
- 主要言語
- C++
- スター
- 201
- フォーク
- 111
- 平均マージ
- 1日 6時間
- マージ済み PR(30日)
- 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.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
この issue では、リポジトリのファイルやテストが指定されていません。まず Agent の起動と、Agent のパラメータとクライアントの初期化の間の通信経路を追跡し、rclc_node_init_default の前に必要となる namespace に注意してください。Agent の起動時に namespace を指定でき、ノードの初期化前にクライアントがそれを取得でき、適切なテストで検証できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp
- 領域
- backend
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100