-
Notifications
You must be signed in to change notification settings - Fork 53
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
Children of system robots do not bypass device requirements #1664
Comments
Strange. We are correctly setting children of system robots to also be system robots ( Line 1988 in 44c2e60
|
Test case created in #1677. |
A random thought I just had while reviewing #1677 : it might have something to do with the dynamic checks we do when |
Towards #1664. This PR adds a failing unit test.
Normally, system robots are not required to possess devices in order to use any particular command.
However, a robot built by a system robot becomes subject to the requirement (see worker bee code in #1599).
Also related: #1430
The text was updated successfully, but these errors were encountered: