ROS Wrapper

asked 2018-04-21 14:49:23 -0500

Deba gravatar image

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!

edit retag flag offensive close merge delete

Comments

1

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).

gvdhoorn gravatar image gvdhoorn  ( 2018-04-22 04:00:05 -0500 )edit

Thank you, i think you maybe right.

Deba gravatar image Deba  ( 2018-04-22 17:44:05 -0500 )edit