moveit / srdfdom

Semantic Robot Description Format
BSD 3-Clause "New" or "Revised" License
13 stars 68 forks source link

Run clang-format test on melodic #43

Closed jonbinney closed 6 years ago

jonbinney commented 6 years ago

@rhaschke this should work now that https://github.com/ros-planning/moveit_ci/pull/39 has been merged

The problem was that clang-format-3.8 exists on 16.04, but not 18.04. clang-format-3.9 exists on both 16.04 and 18.04.

Will be good to see whether tests pass now.