rtabmap_ros icon indicating copy to clipboard operation
rtabmap_ros copied to clipboard

`<export>` and `<build_type>` are missing in `package.xml` for `rtabmap_msgs` package.

Open dyershov opened this issue 1 year ago • 0 comments

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:

<export>
    <build_type>ament_cmake</build_type>
</export>

We noticed it due to scrapping error in bazel-ros rules. https://github.com/RobotLocomotion/drake-ros/issues/281#issuecomment-1947658004

dyershov avatar Feb 16 '24 15:02 dyershov