Skip to content

Commit

Permalink
fix parameter delete
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeferguson committed Jul 30, 2015
1 parent 741122d commit 2f9e5c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fetch_calibration/launch/capture.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Disable auto white balance and exposure -->
<node pkg="fetch_calibration" type="camera_reconfigure.py" name="camera_reconfigure" args="--disable" />

<rosparam command="delete" name="robot_calibration" />
<rosparam command="delete" param="robot_calibration" />
<node pkg="robot_calibration" type="calibrate" name="robot_calibration"
args="$(find fetch_calibration)/config/calibration_poses.bag"
output="screen" required="true">
Expand Down
2 changes: 1 addition & 1 deletion fetch_calibration/launch/capture_manual.launch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<launch>

<rosparam command="delete" name="robot_calibration" >
<rosparam command="delete" param="robot_calibration" >
<node pkg="robot_calibration" type="calibrate" name="robot_calibration"
args="--manual"
output="screen" required="true">
Expand Down

0 comments on commit 2f9e5c0

Please sign in to comment.