-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature key value array #38
Feature key value array #38
Conversation
Signed-off-by: Bart Jimenez Vera <[email protected]>
f42f85f
to
b890dbd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice improvement. I have only minor comments.
micro_ros_diagnostic_updater/src/micro_ros_diagnostic_updater/micro_ros_diagnostic_updater.c
Outdated
Show resolved
Hide resolved
I guess micro_ros_diagnostic_msgs/.gitignore can be removed from this PR. |
Signed-off-by: Bart Jimenez Vera <[email protected]>
Signed-off-by: Bart Jimenez Vera <[email protected]>
Signed-off-by: Bart Jimenez Vera <[email protected]>
Signed-off-by: Bart Jimenez Vera <[email protected]>
I'll have to force push, as I deleted the commit where I bumped the version |
5109056
to
ad9fd4e
Compare
This pr fixes #26 as well |
Codecov Report
@@ Coverage Diff @@
## master #38 +/- ##
=========================================
- Coverage 9.58% 8.53% -1.05%
=========================================
Files 27 33 +6
Lines 2149 2577 +428
Branches 305 291 -14
=========================================
+ Hits 206 220 +14
- Misses 1800 2272 +472
+ Partials 143 85 -58
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Minor comment: Maybe rename number_of_key_values
to number_of_values
for consistency with the name of the field in the message type.
micro_ros_diagnostic_updater/example/example_processor_updater.c
Outdated
Show resolved
Hide resolved
micro_ros_diagnostic_updater/example/example_processor_updater.c
Outdated
Show resolved
Hide resolved
Signed-off-by: Bart Jimenez Vera <[email protected]>
I'll do some testing before merging, to ensure I didn't miss anything :) |
Signed-off-by: Bart Jimenez Vera <[email protected]>
Signed-off-by: Bart Jimenez Vera <[email protected]>
Merging as it fails due to missing rolling packages. |
This PR adds the ability to have multiple Key values per task, instead of a 1:1 case. An example case would be one task that iterates over multiple errors and needs to push them all at once.