-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
リードミーを作成しました. #42
base: main
Are you sure you want to change the base?
リードミーを作成しました. #42
Conversation
|
||
|
||
## 実行方法例 〜giocci_exampleを基に〜 | ||
|
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.
どのような事をしようとしているのかが分からないとデモ内容が分からないように思います.
というか,冒頭でそもそもどんな事ができるライブラリなのかをちゃんと説明した方がいいかもしれません.
] | ||
end | ||
``` | ||
そして、mix deps.get によりgiocciを読み込んでください。 |
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.
接続詞が若干多い気がします.まず~,そして~,次に~,また~はある程度削ってもいいかと.
GiocciZenoh.module_exec(Module_name,:function,["arity"],"relay_name") | ||
``` | ||
|
||
今回は先程保存したGiocciExampleのモジュールの、world関数に"kazuma"の引数を与え、"relay1"にリクエストを行うので、`GiocciZenoh.module_exec(GiocciExample,:world,["kazuma"],"relay1")`を実行します。 |
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.
そろそろkeiyaにしませんか?
リードミーを作成しました.runtime.envの箇所の仕様変更等あると思いますので,必要に応じて変える必要があると考えています.