Closed christophfroehlich closed 3 weeks ago
Attention: Patch coverage is 0%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 72.13%. Comparing base (
2a67d35
) to head (3ec20d0
).
Files with missing lines | Patch % | Lines |
---|---|---|
src/realtime_helpers.cpp | 0.00% | 5 Missing :warning: |
Similar to https://github.com/ros-controls/ros2_controllers/pull/961
@firesurfer as we don't have c++20 on humble, we get an error with the designated initializers. And I'm not sure about the line
which gave the error
Could be fixed with
or
or maybe with adapting the
std::optional<U>> tryGet()
operator overload?