vision_opencv icon indicating copy to clipboard operation
vision_opencv copied to clipboard

fmt: add lint support for cv_bridge and image_geometry && add auto cmake support

Open homalozoa opened this issue 2 years ago • 1 comments

I did several changes for this repo:

for cv_bridge:

  1. Using auto cmake to make cmake files more neater and simplier. So some useless cmakelists are removed from the directory.
  2. Turn on all lint support without copyright checking. Because there are some files I don't know how to correct under the ROS 2 copyright rules.
  3. Reformat many files to pass all test checkings.

for image_geometry:

  1. Using auto cmake to make cmake files more neater and simplier. So some useless cmakelists are removed from the directory.
  2. Turn on all lint support.
  3. Reformat many files to pass all test checkings.

homalozoa avatar Nov 15 '23 09:11 homalozoa

emmmm. There is a little trouble when rosdep finds OpenCV/libopencv-dev. I'll check later.

homalozoa avatar Nov 15 '23 09:11 homalozoa