using services in roscs [closed]
Hi, I have created a roscs package successfully and now i need to use services in my code, I have added rosbuild_gen_cs_srv() in my CMakeList.txt and after making the package a srv_cs_gen have been bulit, but i couldn't find any dll file related to my service. so how can i use my service in my code? have any body tried using services in roscs?
Thanks in advance.
Can you tell me how you include the namespace RosCS? I cannot use basic functions, you can see this question.http://answers.ros.org/question/35018/how-to-correctly-compile-a-c-package/ Thanks!