ros-industrial / reach_ros2

ROS2 packages for REACH
Apache License 2.0
17 stars 4 forks source link

Expose ROS features in Python interface #16

Closed marip8 closed 1 year ago

marip8 commented 1 year ago

Per #15 we should create a small reach_ros Python interface to expose various features of the ROS interface to a Python script. This should include:

Let's start using boost::python as in reach. We may have to make a few modifications to reach to export relevant binding header files (like utils.hpp) though.