Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CXX Standard + Fix Public/Private Defines #203

Open
wants to merge 19 commits into
base: kinetic-devel
Choose a base branch
from

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