Re: [ros-users] examples of non ROS service clients?

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
+ (text/html)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: Re: [ros-users] examples of non ROS service clients?
>
> You'll find these methods do not require you to start a node before using
> them. http://www.ros.org/doc/api/roscpp/html/namespaceros_1_1service.html



This is only partially true. ros::service::call() works without creating a
NodeHandle first only because it creates one for itself to use.

Josh