Kinovarobotics / ros2_kortex

ROS2 driver for the Gen3 Kinova robot arm
Other
51 stars 47 forks source link

cxx: fixup compiler warnings #148

Closed moriarty closed 1 year ago

moriarty commented 1 year ago

This PR fixes all the simple compiler warnings. One compiler warning renames: -Wunused-but-set-parameter in kortex_math_util.cpp Left this one because it looks like a not implemented function.

This fixes #111