Skip to content

Commit

Permalink
removed unnecesary if
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Jan 11, 2024
1 parent f00b6d9 commit 8c9882e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions rosbot_description/urdf/rosbot_macro.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,9 @@
<enable_metrics>false</enable_metrics>
<frame_id>imu_link</frame_id>
<ignition_frame_id>imu_link</ignition_frame_id>
<xacro:unless value="${namespace == 'None'}">
<ros>
<namespace>${namespace_ext}</namespace>
</ros>
</xacro:unless>
<ros>
<namespace>${namespace_ext}</namespace>
</ros>
</sensor>
</gazebo>
</xacro:if>
Expand Down

0 comments on commit 8c9882e

Please sign in to comment.