action server in c++ and client in python

asked 2014-02-18 01:10:35 -0500

Kaplan gravatar image

updated 2016-10-24 08:35:53 -0500

ngrennan gravatar image

Hi Everyone,

For my project I need to write a package for face recognation in c++.I have so planned that in this package there will be a face_recog.cpp file and a AS_facerecog.cpp as Action Server which calls face_recog.cpp.And of course some other code and data files the FaceRecognizer module needs (like images , list of staff etc..).

Other packages will call this service from python codes.Here is my question:Do I need a boost wrapper or as in Pulisher/Subscriber structure, does roscore handel it ?

edit retag flag offensive close merge delete