-
Notifications
You must be signed in to change notification settings - Fork 294
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
launchファイルの使い方について #431
Comments
|
無事にroslaunchで実行することができました。ありがとうございました。ちなみにここでの質問はCloseしないほうが良いでしょうか。 |
他にも同じところで困っている人がいるとおもうので、とりあえずこのままでokです
2022年11月15日(火) 17:48 shryt ***@***.***>:
無事にroslaunchで実行することができました。ありがとうございました。ちなみにここでの質問はCloseしないほうが良いでしょうか。
—
Reply to this email directly, view it on GitHub
<#431 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADYNXA4DJEBUWM2DYANTA3WINEZRANCNFSM6AAAAAASAOBUYM>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
--
◉ Kei Okada
|
わかりました。ありがとうございました。 |
launchファイルを使って、gazeboやrqt_guiと一緒に、lispで書いたパブリッシャ・サブスクライバのノードを起動してみたいのですが、nodeタグのpkgやtypeなどの属性をどのように指定したらよいかわからず困っております。第5回6.1の
roslaunch example.launch
の実行はできる状態です。そのため、launchファイルの使い方を教えていただけると幸いです。ログを見る限り、ROS pathとして
enshu_ws/src
にあるフォルダが認識されているようなので、試しにenshu_ws/src/test
というフォルダを作り、その中に1.lisp
というファイルを作成し、#!/usr/bin/env roseus
を最初に書き、chmod +x 1.lisp
を実行した状態です(つまり./1.lisp
で起動できる状態です)。同フォルダにtest.launch
というファイルを作成し、と書いた上で
roslaunch test.launch
を実行してみましたが、やはり認識されない状態です。以下ログです。
The text was updated successfully, but these errors were encountered: