-
Notifications
You must be signed in to change notification settings - Fork 3
Fixed bad construction of class attributes in meta-class (fixes #138) #140
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
base: master
Are you sure you want to change the base?
Fixed bad construction of class attributes in meta-class (fixes #138) #140
Conversation
…ix-dynamic-properties
| Idle: if the conditions above cannot be met, the robot will ignore the | ||
| command. | ||
| """ | ||
| uid = 'ardu:common:arm' |
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.
Probably better idea to add this property for all commands in the same PR.
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.
Definitely. I was expecting the CI to spot any commands with missing properties, but maybe it's missed some?
|
@ChrisTimperley And this one 😉 |
|
It looks like there might be a bug or two in this. You might want to take a look at the Travis build output. |
|
Oh, wait, I wrote this, haha. I think Travis/GH was down when I created this PR. I'll look into it. |
|
@afsafzal the problem seems to be that the commands that are dynamically created by the Ardu command factory don't provide a |
|
@ChrisTimperley No that's the id specified by MAVLink. We need to dynamically generate the |
No description provided.