tesseract-robotics / trajopt

Trajectory Optimization Motion Planner for ROS
373 stars 101 forks source link

Set clang tidy version to 10 for CI build #371

Closed Levi-Armstrong closed 7 months ago

rjoomen commented 7 months ago

If you add this to .clang-tidy, the scoped_lock errors will be gone:

ExtraArgs:
  - '-std=c++17'