Skip to content

Commit

Permalink
Update XML launch schema (ros2#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwapohlmann authored and mlanting committed Aug 17, 2020
1 parent f7e7ead commit 45d3091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/specs/launch.0.1.1.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -525,14 +525,14 @@
<xs:element ref="param"/>
<xs:element ref="remap"/>
</xs:choice>
<xs:attribute name="package" type="xs:string" use="required">
<xs:attribute name="pkg" type="xs:string" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">
Name of the package where the node is to be found.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="executable" type="xs:string" use="required">
<xs:attribute name="exec" type="xs:string" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">
Name of the node executable.
Expand Down

0 comments on commit 45d3091

Please sign in to comment.