vision_opencv
vision_opencv copied to clipboard
fmt: add lint support for cv_bridge and image_geometry && add auto cmake support
I did several changes for this repo:
for cv_bridge:
- Using auto cmake to make cmake files more neater and simplier. So some useless cmakelists are removed from the directory.
- 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.
- Reformat many files to pass all test checkings.
for image_geometry:
- Using auto cmake to make cmake files more neater and simplier. So some useless cmakelists are removed from the directory.
- Turn on all lint support.
- Reformat many files to pass all test checkings.
emmmm. There is a little trouble when rosdep finds OpenCV/libopencv-dev. I'll check later.