Re: [ros-users] Passing arguments into service function

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
+ (text/html)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: Re: [ros-users] Passing arguments into service function
>
>
> And it doesn't work.
>


First, saying "it doesn't work" is meaningless. Please include the exact
errors you're getting in the future.

Second, if you look at the API docs, advertiseService needs both the request
and response types (and std_msgs/String is not a service type).

Josh