Skip to content

Conversation

@nackjaylor
Copy link

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:

  • Update the CXX compile flag to C++17 standard
  • Remove the public/private defines in header
  • Replace access to private member variables with the class getters
  • Remove documentation relating to removed workaround

This allows this repo to build successfully on Noetic.

Happy to take feedback on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants