Skip to content

Commit

Permalink
Add mecanum_wheels argument to leo_bringup launch file (#6)
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 Nov 6, 2023
1 parent 57ebef8 commit 045112e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions leo_bringup/launch/leo_bringup.launch.xml
Expand Up @@ -4,10 +4,15 @@
name="model"
default="$(find-pkg-share leo_description)/urdf/leo.urdf.xacro"
description="Absolute path to robot urdf.xacro file" />
<arg
name="mecanum_wheels"
default="false"
description="Flag specifying wheel types of the robot for visualization purposes" />
<arg name="tf_frame_prefix" default="" />

<include file="$(find-pkg-share leo_description)/launch/state_publisher.launch.xml">
<arg name="model" value="$(var model)" />
<arg name="mecanum_wheels" value="$(var mecanum_wheels)"/>
</include>

<node pkg="web_video_server"
Expand Down

0 comments on commit 045112e

Please sign in to comment.