moveit / moveit_calibration

Hand-eye calibration tools for robot arms.
BSD 3-Clause "New" or "Revised" License
143 stars 79 forks source link

Take .clang-format from moveit #81

Closed JStech closed 3 months ago

JStech commented 3 years ago

Not that different, in the end. Closes #72.

tylerjw commented 3 years ago

It looks like something is broken in the cache. You'll need to go into the settings for this repo and delete the cache and run this again.

rhaschke commented 3 years ago

You'll need to go into the settings for this repo and delete the cache and run this again.

So far, I haven't seen any possibility to delete the cache manually. Have you?

tylerjw commented 3 years ago

So far, I haven't seen any possibility to delete the cache manually. Have you?

I thought there was a way to do this in the repo settings. However it looks like this is not actually a feature and I'm probably just thinking of doing this in GitLab: https://github.com/actions/cache/issues/2

A workaround for that would be to add an arbitrary version to the cache prefix like -v2 or something like that.

However looking more closely at this it seems that maybe there is something wrong with the melodic-source docker image that's causing this.

JStech commented 3 years ago

However looking more closely at this it seems that maybe there is something wrong with the melodic-source docker image that's causing this.

It seems the UNDERLAY change isn't working as intended: #82

codecov[bot] commented 3 years ago

Codecov Report

Merging #81 (edb0c9b) into master (034f951) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #81   +/-   ##
=======================================
  Coverage   72.75%   72.75%           
=======================================
  Files          10       10           
  Lines         554      554           
=======================================
  Hits          403      403           
  Misses        151      151           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 034f951...edb0c9b. Read the comment docs.