Skip to content

Commit

Permalink
Merge pull request #48 from clearpathrobotics/xacro-warn
Browse files Browse the repository at this point in the history
Fixed warning about inconsistent namespace redefinitions for xmlns:xacro.
  • Loading branch information
tonybaltovski committed Apr 4, 2018
2 parents dc844b4 + eb77419 commit e529960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urdf/sick_lms1xx.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->

<robot xmlns:xacro="http://ros.org/wiki/xacro">
<robot xmlns:xacro="http://www.ros.org/wiki/xacro">

<xacro:macro name="sick_lms1xx" params="frame:=laser topic:=scan sample_size:=720 update_rate:=50
min_angle:=-2.35619 max_angle:=2.35619 min_range:=0.1 max_range:=30.0 robot_namespace:=/" >
Expand Down

0 comments on commit e529960

Please sign in to comment.