Skip to content

Commit

Permalink
Merge pull request PR2#247 from ahertle/patch-1
Browse files Browse the repository at this point in the history
Update upload_pr2.launch
  • Loading branch information
UltronDestroyer committed Jan 29, 2016
2 parents 1f15d2c + f2487bc commit b6fe741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr2_description/robots/upload_pr2.launch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<param name="robot_description" command="$(find xacro)/xacro.py '$(find pr2_description)/robots/pr2.urdf.xacro' kinect2:=true" />
</group>
<group unless="$(optenv KINECT2)">
<group if="$(arg kinect1)">
<group if="$(optenv KINECT1)">
<param name="robot_description" command="$(find xacro)/xacro.py '$(find pr2_description)/robots/pr2.urdf.xacro' kinect2:=false" />
</group>
<group unless="$(optenv KINECT1)">
Expand Down

0 comments on commit b6fe741

Please sign in to comment.