-
Notifications
You must be signed in to change notification settings - Fork 7
sender with yaml config #62
sender with yaml config #62
Conversation
#8 |
対応ありがとうございます。レビューします。 末尾に_nodeを付けないとNGなんでしたっけ?(素朴な疑問) |
consai2r2_sender/README.md
Outdated
@@ -0,0 +1,53 @@ | |||
# consai2_sender |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ついでにconsai2r2_sender
にしてくれるとありがたいです。
consai2r2_sender/README.md
Outdated
--> | ||
|
||
## 参考ページ | ||
### Google proto files --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
末尾の-->
の削除をお願いします
consai2r2_sender/package.xml
Outdated
@@ -8,13 +8,16 @@ | |||
<license>MIT</license> | |||
|
|||
<buildtool_depend>ament_cmake</buildtool_depend> | |||
<buildtool_depend>python_cmake_module</buildtool_depend> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
python_cmake_module
は必要ですか?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不要なので,削除する方向で修正します.ありがとうございます.
consai2r2_sender/src/sim_sender.cpp
Outdated
@@ -32,6 +32,7 @@ | |||
#include "grSim_Replacement.pb.h" | |||
|
|||
using std::placeholders::_1; | |||
using namespace std::chrono_literals; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chrono_literals
は将来的に使うから追加したのでしょうか?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
こちらに関しては,同期パラメータクライアントが必要だと思いこんでいた際にパラメータ取得待ちのため追加したものでした.
現在は不要なので削除しようと思います.
動作チェックしました。 |
これに関しては,規定はないと思っています. |
[追記]よくみたところ,実際のところは逆で,main関数がある方は_nodeではないようです...よって,_nodeはいらないというのが正しそうです |
…sender/package.xml] remove python_cmake_module, [consai2r2_sender] remove using chrono literals
修正してpushしました. |
確認しました。マージします。 |
#3
いつかsim_sender.cppをsim_sender_node.cppに,sim_senderをsim_sender_nodeに改名したい気持ちがあるのですが,diffが見づらいのでこれだけPRを出しておきます.