ROS Wrapper
Hi, I am new to ROS and am trying to learn how to write ROS wrappers for C++ libraries. Are there any good documentation or tutorials I could refer to? wiki.ros.org has very limited information about it. Any help is very appreciated!
I guess there isn't any information about wrappers specifically as it's not something that is an actual 'thing'. Any ROS node that calls into an underlying library could be considered a 'wrapper' (ie: it "wraps" ROS-agnostic functionality).
Thank you, i think you maybe right.