Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mecanum wheels visualization #6

Merged
merged 1 commit into from Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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