Skip to content

Commit

Permalink
Eliminate xacro warning
Browse files Browse the repository at this point in the history
  • Loading branch information
7675t committed Aug 16, 2018
1 parent 0a4e8e6 commit 895044f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fake_joint_driver/robot/arm3.urdf.xacro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<robot xmlns:xacro="http://ros.org/wiki/xacro" name="arm3">
<property name="M_PI" value="3.1415926535897931" />
<xacro:property name="M_PI" value="3.1415926535897931" />
<link name="arm3"/>
<joint name="JOINT1" type="revolute">
<origin xyz=" 0.0 0.0 0.0"/>
Expand Down

0 comments on commit 895044f

Please sign in to comment.