Skip to content

Commit

Permalink
joystick argument added
Browse files Browse the repository at this point in the history
  • Loading branch information
PranshuTople committed Sep 18, 2021
1 parent ff43b08 commit 18ef7fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tortoisebot_firmware/launch/bringup.launch
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" ?>

<launch>

<arg name="joy" default="false" />

<param command="$(find xacro)/xacro $(find tortoisebot_description)/urdf/tortoisebot.xacro" name="robot_description"/>

Expand All @@ -16,6 +18,8 @@

<!-- <node name="camera" pkg="tortoisebot_camera" type="camera_node.py" /> -->

<include file="$(find tortoisebot_firmware)/launch/joy_control.launch" />
<group if="$(arg joy)">
<include file="$(find tortoisebot_firmware)/launch/joy_control.launch" />
</group>

</launch>

0 comments on commit 18ef7fb

Please sign in to comment.