Skip to content

Commit

Permalink
launch mecanum drive by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 committed Dec 2, 2024
1 parent 7d9ba06 commit efe3805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ros/kxr_controller/launch/kxr_controller_for_wheel.launch
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
</include>

<group if="$(eval len(arg('namespace')) > 0)" ns="$(arg namespace)" >
<include file="$(find kxr_controller)/launch/diff_drive_controller.launch" />
<include file="$(find kxr_controller)/launch/mecanum_drive_controller.launch" />
</group>

<group unless="$(eval len(arg('namespace')) > 0)">
<include file="$(find kxr_controller)/launch/diff_drive_controller.launch" />
<include file="$(find kxr_controller)/launch/mecanum_drive_controller.launch" />
</group>

</launch>

0 comments on commit efe3805

Please sign in to comment.