code_utils opencv 4 and ros noetic version
  • C++ 99.3%
  • CMake 0.7%
Find a file
2024-08-15 15:19:19 -04:00
assets updated readme 2024-08-15 15:16:33 -04:00
include/code_utils updated code util 2024-08-15 12:10:29 -07:00
src updated code util 2024-08-15 12:10:29 -07:00
CMakeLists.txt updated code util 2024-08-15 12:10:29 -07:00
package.xml updated code util 2024-08-15 12:10:29 -07:00
README.md readme update 2024-08-15 15:19:19 -04:00

code_utils noetic version

code_utils opencv 4 and ros noetic version

Adapted from https://github.com/gaowenliang/code_utils

Changed for OpenCV 4 and ros noetic

image-20240815151353552

If following happens:

code_utils/include/code_utils/backward.hpp:216:12: fatal error: elfutils/libdw.h:
No such file or directory
216 | # include <elfutils/libdw.h>

please install

sudo apt-get install libdw-dev