Skip to content

Commit

Permalink
rearranged
Browse files Browse the repository at this point in the history
  • Loading branch information
PranshuTople committed Sep 18, 2021
1 parent 18ef7fb commit 612f5d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tortoisebot_firmware/launch/bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" />

<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher"/>

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

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

<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>
Expand Down

0 comments on commit 612f5d5

Please sign in to comment.