ros-industrial / robotiq

Robotiq packages (http://wiki.ros.org/robotiq)
BSD 2-Clause "Simplified" License
228 stars 378 forks source link

Update CXX Standard + Fix Public/Private Defines #203

Open nackjaylor opened 1 year ago

nackjaylor commented 1 year ago

This repo does not build for ROS Noetic due to a CXX standard mismatch in the robotiq_3f_gripper_articulated_gazebo_plugins CMakeLists, and some code which is not using the built in setters/getters.

Summary of changes:

This allows this repo to build successfully on Noetic.

Happy to take feedback on this.