You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only XML schema definition for launch files I could find was in the design docs.
But it is outdated, since e.g. it expects the <node> tag to have a executable attribute, but it is actually exec.
Now, I don't know about other inconsistencies, but I want to use this in my launch files. So what do do?
Problem
The only XML schema definition for launch files I could find was in the design docs.
But it is outdated, since e.g. it expects the
<node>
tag to have aexecutable
attribute, but it is actuallyexec
.Now, I don't know about other inconsistencies, but I want to use this in my launch files. So what do do?
Proposed Solution
The text was updated successfully, but these errors were encountered: