Skip to content

Commit

Permalink
Merge pull request #189 from ipa-nhg-hd/doc-attr
Browse files Browse the repository at this point in the history
Using the 'doc' attribute on 'arg' elements.
  • Loading branch information
shaun-edwards authored Feb 14, 2018
2 parents 2cdbbe6 + 65b6649 commit d14029b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->

<!-- robot_ip: IP-address of the robot's socket-messaging server -->
<arg name="robot_ip" />
<arg name="robot_ip" doc="IP of the controller" />

<!-- copy the specified IP address to the Parameter Server, for use by nodes below -->
<param name="/robot_ip_address" type="str" value="$(arg robot_ip)"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->

<!-- robot_ip: IP-address of the robot's socket-messaging server -->
<arg name="robot_ip" />
<arg name="robot_ip" doc="IP of controller" />

<!-- copy the specified IP address to the Parameter Server, for use by nodes below -->
<param name="/robot_ip_address" type="str" value="$(arg robot_ip)"/>
Expand Down
4 changes: 2 additions & 2 deletions industrial_robot_client/launch/robot_state_visualize.launch
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
robot_state_visualize.launch robot_ip:=192.168.1.10 urdf_path:= urdf/M16iB20.urdf
-->

<arg name="robot_ip" />
<arg name="urdf_path" />
<arg name="robot_ip" doc="IP of the controller" />
<arg name="urdf_path" doc="Path to the robot description file" />

<!-- Populate parameters -->
<param name="robot_description" textfile="$(arg urdf_path)" />
Expand Down

0 comments on commit d14029b

Please sign in to comment.