@@ -11,12 +11,14 @@ intro: ROS Tips
1111## vcstool
1212
1313 OSRFでROS 2プロジェクトを引っ張ってきたDirk Thomas氏によって作られたメタリポジトリなどでのvcs操作をかんたんにするツール。
14- ただし、氏がNVIDIAに移籍してからは氏の対応が極端に遅くなり, IssueやPullRequestでは氏へ数多の”Friendly Ping”が送られているがそのほとんどは返信がない。
14+ ただし、氏がNVIDIAに移籍してからは氏の対応が極端に遅くなり、 IssueやPullRequestでは氏へ数多の”Friendly Ping”が送られているがそのほとんどは返信がない。
1515
16- ROSコミュニティの中核の一つをなすこのツールがフリーズする状況は芳しくないため 、Steven! Ragnarök氏のフォークやvcstools2を作るものも現れている。
16+ ROSコミュニティの中核の1つをなすこのツールがフリーズする状況は芳しくないため 、Steven! Ragnarök氏のフォークやvcstools2を作るものも現れている。
1717
1818### 参考
1919
20+ <!-- cspell:ignore MaxandreOgeret -->
21+
2022- [ Status of vcstool · Issue #242 · dirk-thomas/vcstool · GitHub] ( https://github.com/dirk-thomas/vcstool/issues/242 )
2123- [ GitHub - MaxandreOgeret/vcstool2] ( https://github.com/MaxandreOgeret/vcstool2/ )
2224
@@ -35,12 +37,14 @@ intro: ROS Tips
3537 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3638` ` `
3739
40+ <!-- cspell:ignore jspricke -->
41+
3842 MoveIt2でも使われている他、Autowareでも試用されている
3943 [Network Dependents · jspricke/ros-deb-builder-action · GitHub](https://github.com/jspricke/ros-deb-builder-action/network/dependents)
4044
4145### 公式ツール・パッケージの置き場所
4246
43- 複数オーガナイゼーションに別れて配置されているので忘れやすいのでメモ
47+ 複数オーガナイゼーションに別れて配置されているため忘れやすいのでメモ
4448
4549- [colcon · GitHub](https://github.com/colcon)
4650 - colcon本体・プラグイン
@@ -57,7 +61,7 @@ intro: ROS Tips
5761 - [ros2/ros2cli](https://github.com/ros2/ros2cli)
5862 - ` ros2 <verb>` コマンド
5963 - [ros2/rclcpp](https://github.com/ros2/rclcpp)
60- - サンプル系(demosのほうがサンプルが豊富 )
64+ - サンプル系(demosのほうがサンプル豊富 )
6165 - [ros2/examples](https://github.com/ros2/examples)
6266 - [ros2/demos](https://github.com/ros2/demos)
6367- [ament · GitHub](https://github.com/ament)
@@ -130,6 +134,8 @@ pkg.evaluate_conditions(os.environ)
130134[catkin\_pkg/condition.py L47](https://github.com/ros-infrastructure/catkin_pkg/blob/master/src/catkin_pkg/condition.py#L47)
131135` $` 付き文字が抽出されて…
132136
137+ <!-- cspell:ignore alphanums -->
138+
133139` ` ` python
134140identifier = pp.Word('$', pp.alphanums + '_', min=2).setName('identifier')
135141` ` `
@@ -163,7 +169,7 @@ return str(context.get(self.value[1:], ''))
163169
164170# ### Goal Critic
165171
166- - ゴール付近に来たときに各Waypointとゴール座標の差分の平均をとってコストとする
172+ - ゴール付近に来たとき、各Waypointとゴール座標の差分の平均をとってコストとする
167173
168174# ### Obstacle Critic
169175
0 commit comments