-
Notifications
You must be signed in to change notification settings - Fork 18
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
missing OS targets vivid etc #116
Comments
Short term, I've added the operating system to the rules. Long term an agnostic rapp like chirp shouldn't care about the operating system underneath. I think this has been fixed in our recent branch, but I'll leave this open here till I confirm. Yes, it can get out of date. If I recall, this was so validition at various levels could be tighter than just string matching any pair of strings at runtime (e.g. What did you mean by reproduce? Is it getting produced elsewhere? |
I meant reproduce the list of possible os's to validate against. You can probably pull it in from rospkg. https://github.com/ros-infrastructure/rospkg/blob/master/src/rospkg/os_detect.py |
Ah, got it. Tasks for this issue:
|
I'm running on vivid and there are lots of warnings due to
vivid
not being in this file. Such as the following:This file only seems that it can get out of date? Why reproduce the data here?
The text was updated successfully, but these errors were encountered: