-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Fix #6578 Device
s with Duplicate Names Cause Unexpected Behavior
#6579
Fix #6578 Device
s with Duplicate Names Cause Unexpected Behavior
#6579
Conversation
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.
Thank you! I just have a minor suggestion.
Also, I believe you forgot to update the change log.
tests/other_api/controllers/cpp_device_with_same_name/cpp_device_with_same_name.cpp
Outdated
Show resolved
Hide resolved
Co-authored-by: Olivier Michel <[email protected]>
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.
Thanks. Almost there.
Co-authored-by: Olivier Michel <[email protected]>
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.
All right, thank you.
I believe that's fine this way. |
Alright, I've fixed the test suite (for real this time). I'm still blocked from merging because the macos source check is required, so you can either override that check, or we can wait for #6580 to be completed. |
Description
Updates the controller api to create devices using their device tags instead of their names.
Note: I added a test for this behavior into
other_api
because that's where I saw the only other C++ test. If it should be moved toapi
, let me know, and I can make that change.Related Issues
This pull-request fixes issue #6578.
Tasks
Add the list of tasks of this PR.
Documentation
Robot.md.