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

A way to set a ROS namespace in the Agent

オープン
#126 コメント 13 件 リアクション 2 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

enhancement
主要言語
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.

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

この issue では、リポジトリのファイルやテストが指定されていません。まず Agent の起動と、Agent のパラメータとクライアントの初期化の間の通信経路を追跡し、rclc_node_init_default の前に必要となる namespace に注意してください。Agent の起動時に namespace を指定でき、ノードの初期化前にクライアントがそれを取得でき、適切なテストで検証できれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
cpp
領域
backend
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。