Install Python extension library (built with Boost::Python) through catkin?

asked 2019-07-23 03:18:32 -0500

Hendrik Wiese gravatar image

updated 2019-07-23 03:19:30 -0500

Hi everyone,

is it reasonable and recommended to install a Python extension library using catkin? I would think so.

If it is, how is it done? All I can find is information on how to install a module or a script, not an extension. Where does it have to be located in the catkin_ws? How do I make catkin call/use the setup.py of the extension?

Thanks

Oh, I forgot to mention: the extension is used primarily in the surrounding ROS stack.

edit retag flag offensive close merge delete