Dmitry Yershov
Dmitry Yershov
My issue might be related to https://github.com/wlav/cppyy/issues/156 I installed `cppyy==3.0.0` inside a virtual environment using `virtualenvwrapper`. The following code from `cppyy` examples fails: ```Python import cppyy cppyy.cppdef(r""" int call_int_int(int (*f)(int,...
First of all, thanks for the great project! I'm having an issue passing python function as `std::function` For example: ```Python import cppyy import cppyy.gbl as cpp cppyy.cppdef(r"""\ int apply_transform(int value,...
Before the package closing tag https://github.com/introlab/rtabmap_ros/blob/337c494f90d110758f5e60cfe2eede6c3bf7f92a/rtabmap_msgs/package.xml#L24 I believe it is necessary to specify build type as follows: ```xml ament_cmake ``` We noticed it due to scrapping error in `bazel-ros` rules....