Conversation
Codecov Report
@@ Coverage Diff @@
## master #123 +/- ##
==========================================
- Coverage 45.85% 37.75% -8.10%
==========================================
Files 38 40 +2
Lines 1230 1703 +473
Branches 648 1044 +396
==========================================
+ Hits 564 643 +79
- Misses 72 89 +17
- Partials 594 971 +377
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
|
||
| # Default to C99 | ||
| if(NOT CMAKE_C_STANDARD) | ||
| set(CMAKE_C_STANDARD 99) |
There was a problem hiding this comment.
I've been meaning to ask. Why are we bothering to set cmake standards here @Karsten1987 ?
There was a problem hiding this comment.
I think the C standard doesn't have to be set here as we won't have any C-only files present. Pretty sure it's just part of the package template.
There was a problem hiding this comment.
Ah ok, I've seen it in plenty of other packages and wasn't sure if it's needed for idl stuff
a2d4729 to
b56632b
Compare
…mySensor and HW in tests. Added lifecycle management for components ros-controls#107
…interface.hpp Co-authored-by: Karsten Knese <Karsten1987@users.noreply.github.com>
…interface.hpp Co-authored-by: Karsten Knese <Karsten1987@users.noreply.github.com>
…interface.hpp Co-authored-by: Karsten Knese <Karsten1987@users.noreply.github.com>
…interface.hpp Co-authored-by: Karsten Knese <Karsten1987@users.noreply.github.com>
Co-authored-by: Karsten Knese <Karsten1987@users.noreply.github.com>
b56632b to
c829d2e
Compare
|
@bmagyar can you assign this to the project "ros2_control new HW Interfaces design and examples in demo repository" somehow I do not have access to it... |
Signed-off-by: Karsten Knese <Karsten1987@users.noreply.github.com>
The third part of #101.
Depends on #121.