Skip to content

Commit

Permalink
Override firmware/mecanum_wheels parameter when mecanum_wheels argume…
Browse files Browse the repository at this point in the history
…nt is set
  • Loading branch information
bjsowa committed Oct 30, 2023
1 parent 21562bb commit 0f15eee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions leo_bringup/launch/leo_bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<arg name="tf_frame_prefix" default=""/>

<rosparam command="load" file="$(find leo_bringup)/config/firmware.yaml"/>
<group if="$(arg mecanum_wheels)">
<param name="firmware/mecanum_wheels" value="true"/>
</group>

<param if="$(arg upload_description)"
name="robot_description"
Expand Down

0 comments on commit 0f15eee

Please sign in to comment.