ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

how to request a service present in different package

asked 2013-08-15 02:57:37 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

I am trying to call a service present in package B (Python) from package A (c++).

When i run the code it says unable to find the header file (say packageB/service.h) If i call a service present in Package A then its working fine.

Basically the question is how to request a service present in different package which is implemented in python.

I included the package dependencies in package.xml. Still no result..

Any idea what is wrong ??

edit retag flag offensive close merge delete

Comments

please provide more information on what you are doing and what's going wrong.

tfoote gravatar image tfoote  ( 2013-08-15 11:29:52 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-08-15 12:27:38 -0500

kk gravatar image

thank you for the comment. Actually i fixed the issue. I had forgot to include the service definition.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-08-15 02:57:37 -0500

Seen: 292 times

Last updated: Aug 15 '13