Skip to content

Commit

Permalink
resolved rearrangment
Browse files Browse the repository at this point in the history
  • Loading branch information
PranshuTople committed Sep 18, 2021
1 parent 612f5d5 commit 5bc78e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tortoisebot_firmware/launch/bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<launch>

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

<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" />
Expand All @@ -12,14 +12,14 @@

<node name="differential" pkg="tortoisebot_firmware" type="differential.py" />

<include file="$(find tortoisebot_firmware)/launch/tortoiselidarS2.launch" />

<include file="$(find raspicam_node)/launch/camera_module_v2_640x480_30fps_autocapture.launch" />

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

<include file="$(find tortoisebot_firmware)/launch/tortoiselidarS2.launch" />

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

</launch>

0 comments on commit 5bc78e6

Please sign in to comment.