Skip to content

Commit

Permalink
added mecanum_wheels param to leo_sim macro
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
  • Loading branch information
Bitterisland6 committed Oct 30, 2023
1 parent ad00d66 commit 85e9833
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions leo_description/urdf/macros.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,8 @@
<xacro:macro name="leo_sim"
params="default_antenna:=true
fixed:=false
robot_ns:=''">
robot_ns:=''
mecanum_wheels:=false">

<xacro:property name="link_prefix" value=""/>
<xacro:if value="${robot_ns != '' and robot_ns != '/'}">
Expand All @@ -517,7 +518,8 @@

<xacro:leo default_antenna="${default_antenna}"
rockers_fixed="false"
link_prefix="${link_prefix}"/>
link_prefix="${link_prefix}"
mecanum_wheels="${mecanum_wheels}"/>

<xacro:leo_gazebo robot_ns="${robot_ns}"/>

Expand Down

0 comments on commit 85e9833

Please sign in to comment.