Open aPonza opened 5 years ago
The last commit for message generation is because catkin build
isn't letting me compile without the project exported targets added as a dependency, the error being the same as the one that was likely fixed via e999bd3ad5f886c53a51b2cca2ff5f5df990fc9c, but it keeps a consistent style as to the rest of the CMakeLists.
Applied automatic formatting as per the C++ Style Guide to the files and reduced the catkin_lint issues from
to
The last notice seems to be related to backwards compatibility (as per link), unless you want (me?) to change some names from "gpd_ros" to "gpd2_ros".
The package still compiles and links, I'm not sure about the
set(CMAKE_CXX_FLAGS ...
(line 25 in CMakeLists.txt): I usually set them on a target-by-target basis but that requires a minimum cmake bump. The email in package.xml is incorrect as well, of course, but I would probably remove the line altogether.