micro-ROS / micro-ROS/micro_ros_msgs
Industrial CI CMake tests error
まだ誰も着手していません。
- 主要言語
- CMake
- スター
- 15
- フォーク
- 24
- 平均マージ
- 16分
- マージ済み PR(30日)
- 4
説明
Attaching the repository to workspace https://github.com/husarion/rosbot_ros/tree/ros2-combined-microros with industrial CI doesn't pass tests:
```
$ ( source /opt/ros/humble/setup.bash && cd /root/target_ws && colcon test-result --verbose; )
build/micro_ros_msgs/Testing/20231205-1159/Test.xml: 3 tests, 0 errors, 1 failure, 0 skipped
- copyright
<<< failure message
-- run_test.py: invoking following command in '/root/target_ws/src/rosbot_ros/src/micro_ros_msgs':
- /opt/ros/humble/bin/ament_copyright --xunit-file /root/target_ws/build/micro_ros_msgs/test_results/micro_ros_msgs/copyright.xunit.xml
CONTRIBUTING.md: file not found
1 errors, checked 2 files
-- run_test.py: return code 1
-- run_test.py: verify result file '/root/target_ws/build/micro_ros_msgs/test_results/micro_ros_msgs/copyright.xunit.xml'
>>>
build/micro_ros_msgs/test_results/micro_ros_msgs/copyright.xunit.xml: 2 tests, 0 errors, 1 failure, 0 skipped
- micro_ros_msgs.copyright CONTRIBUTING.md
<<< failure message
file not found
>>>
```
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず ros2-combined-microros ワークスペースで報告されたコマンドを再現し、/root/target_ws/src/rosbot_ros/src/micro_ros_msgs とその ament copyright テストに注目します。CONTRIBUTING.md が必要とされているのに存在しない理由を確認し、その後 colcon test-result --verbose を再実行します。micro_ros_msgs の copyright テストで失敗が報告されなければ完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cmake
- 領域
- ci-cd, testing
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100