Skip to content

Commit

Permalink
kr6r1820: replace deprecated xacro.py command
Browse files Browse the repository at this point in the history
  • Loading branch information
cjue committed Apr 5, 2023
1 parent 8e94cb2 commit ceae721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kuka_kr6_support/launch/load_kr6r1820.launch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<launch>
<param name="robot_description" command="$(find xacro)/xacro.py '$(find kuka_kr6_support)/urdf/kr6_r1820.xacro'"/>
<param name="robot_description" command="$(find xacro)/xacro '$(find kuka_kr6_support)/urdf/kr6_r1820.xacro'"/>
</launch>
1 change: 1 addition & 0 deletions kuka_kr6_support/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<author>G.A. vd. Hoorn (TU Delft Robotics Institute)</author>
<author>Brett Hemes (3M)</author>
<author email="[email protected]">Timo Birnkraut (Optonic GmbH)</author>
<author email="[email protected]">Christian Juelg (Optonic GmbH)</author>
<maintainer email="[email protected]">G.A. vd. Hoorn (TU Delft Robotics Institute)</maintainer>
<license>BSD</license>

Expand Down

0 comments on commit ceae721

Please sign in to comment.