-
Notifications
You must be signed in to change notification settings - Fork 399
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
iox-#1295 Rework icediscovery
example
#1219
iox-#1295 Rework icediscovery
example
#1219
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1219 +/- ##
==========================================
+ Coverage 78.98% 79.02% +0.04%
==========================================
Files 374 374
Lines 14687 14687
Branches 2051 2051
==========================================
+ Hits 11601 11607 +6
+ Misses 2412 2406 -6
Partials 674 674
Flags with carried forward coverage won't be shown. Click here to find out more.
|
29483c8
to
0d98df8
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.
If we change the outputs (why?), we need to update the integration tests ...
The base branch was changed.
Please change the target branch to master |
@elBoberido I don't think that's a good idea. I propse to bring the certain small bug/doc fixes onto |
As discussed, we won't do any major changes on the |
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.
When the `find
355e746
to
2a87e5b
Compare
I'll re-work this as part of #1295 and close this PR once there is a new one. Please do not review. |
Wouldn't it be much better for the reviewers when you would use this PR to make the changes. Otherwise comments are lost and we may loose some hints and suggestions from this PR since they are not transferred. |
2a87e5b
to
6fe964b
Compare
I'm torn between here. Of course you are right, closing a PR and opening a new one is unhandy because developers have to keep track of findings in both PRs. On the other hand my intention for closing this PR here was to ensure proper traceability. The branch name still contains a issue #743 which was closed after the Blueberry release and should not be used for Please go ahead with the review if you agree, otherwise I can also close and re-open with the correct branch name. |
807fb97
to
4d018c8
Compare
icediscovery
exampleicediscovery
example
4d018c8
to
cd6e531
Compare
…entId to 'Objects' for Radar service Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
…ing of topic Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
…ordingly Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
cd6e531
to
117086e
Compare
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
@@ -42,10 +46,10 @@ We can now call three different find service functions. Let's start with | |||
<!--[geoffrey][iceoryx_examples/icediscovery_in_c/iox_c_find_service.c][find service and apply callable]--> | |||
```c | |||
iox_service_discovery_find_service_apply_callable( | |||
serviceDiscovery, "Radar", "FrontLeft", "Image", printSearchResult, MessagingPattern_PUB_SUB); | |||
serviceDiscovery, "Radar", "FrontLeft", "Objects", printSearchResult, MessagingPattern_PUB_SUB); |
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.
I know we had this discussion but please note that here actually are radar images in the scientific literature. They are just tensors of F^nxmxk. With F some field, mainly real or complex numbers.
E.g. https://en.wikipedia.org/wiki/Synthetic-aperture_radar.
It was perfectly correct, and this change has no value. For the example it does not matter so, so we keep it now.
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.
@MatthiasKillat I know what you mean. IMHO what we demonstrate here is an example right before the perception module rather in the middle of the feedback loop and not in the front where the low-level computation on the raw radar data happens. Typically radar sensors will only provide object lists over the network to be consumed by a central ADAS.
Pre-Review Checklist for the PR Author
Code follows the coding style of CONTRIBUTING.mdTests follow the best practice for testingChangelog updated in the unreleased section including API breaking changesiox-#123-this-is-a-branch
)iox-#123 commit text
)git commit -s
)task-list-completed
)Notes for Reviewer
Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
v3.0
#1295 (partly)