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 Nov 29, 2024
1 parent 770942c commit c9c4832
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 c9c4832

Please sign in to comment.