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

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Auteur: User discussions
Datum:  
Aan: User discussions
Onderwerp: 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