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

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: User discussions
Subject: 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