Skip to content

Commit

Permalink
Fixed warnings about inconsistent namespace redefinitions for xmlns:x…
Browse files Browse the repository at this point in the history
…acro.
  • Loading branch information
tonybaltovski committed Mar 27, 2018
1 parent 1fa03b9 commit aeefc62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<robot xmlns:xacro="http://www.ros.org/wiki/xacro">
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="pointgrey_bumblebee2">

<xacro:macro name="stereo_camera"
params="frame name fps baseline hfov width height format near far">
Expand Down
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="pointgrey_flea3">
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="pointgrey_flea3">
<!-- camera_{x,y,z,mass} are they physical properties of the camera since
flea3's can have different physical footprints. -->
<xacro:macro name="pointgrey_flea3"
Expand Down

0 comments on commit aeefc62

Please sign in to comment.