Skip to content

Commit

Permalink
[ros param] adds robot/name robot/type (ZebraDevs#22)
Browse files Browse the repository at this point in the history
add robot specific information on rosparam, see ros-infrastructure/rep#104

Related to: ros-infrastructure/rep#104
  • Loading branch information
k-okada authored and moriarty committed Dec 28, 2018
1 parent 512be53 commit 15ea7bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fetch_bringup/launch/fetch.launch
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<launch>
<!-- robot specific information on parameters https://github.com/ros-infrastructure/rep/pull/104 -->
<param name="robot/type" value="fetch" />
<param name="robot/name" textfile="/etc/hostname" />

<!-- GDB Debug Option -->
<arg name="debug" default="false" />
Expand Down
3 changes: 3 additions & 0 deletions freight_bringup/launch/freight.launch
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<launch>
<!-- robot specific information on parameters https://github.com/ros-infrastructure/rep/pull/104 -->
<param name="robot/type" value="freight" />
<param name="robot/name" textfile="/etc/hostname" />

<!-- Calibration -->
<param name="calibration_date" value="uncalibrated"/>
Expand Down

0 comments on commit 15ea7bd

Please sign in to comment.