Skip to content

Commit

Permalink
Merge pull request #8 from ros/sloretz/use_xacro
Browse files Browse the repository at this point in the history
Use xacro instead of deprecated xacro.py
  • Loading branch information
DLu authored May 20, 2020
2 parents 6ed4294 + d71c990 commit 12bca13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/gazebo.launch
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<arg name="headless" value="$(arg headless)"/>
</include>

<param name="robot_description" command="$(find xacro)/xacro.py $(arg model)" />
<param name="robot_description" command="$(find xacro)/xacro $(arg model)" />

<!-- push robot_description to factory and spawn robot in gazebo -->
<node name="urdf_spawner" pkg="gazebo_ros" type="spawn_model"
Expand Down

0 comments on commit 12bca13

Please sign in to comment.