actions: c++ server, python client (smach)
Hello,
Can I implement an action server in C++ and call it from a client in python (i.e. from a Smach script)? As far as I understand the ROS architecture, so long as they share the same .action file, this should work, no?
Thanks.