Skip to content

Commit

Permalink
updt
Browse files Browse the repository at this point in the history
  • Loading branch information
Naufaldo committed Sep 18, 2021
1 parent d42bb27 commit 5b07012
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hexapod_bringup/launch/components/arduino.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!-- depth sensor and laser scan launch file -->

<launch>
<node name="serial_node" pkg="rosserial_python" type="serial_node.py">
<param name="port" type="string" value="/dev/ttyUSB-Arduino"/>
</node>
</launch>
1 change: 1 addition & 0 deletions hexapod_bringup/launch/hexapod_simple.launch
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<!-- <include file="$(find hexapod_bringup)/launch/components/sounds.launch" /> -->

<include file="$(find hexapod_bringup)/launch/components/locomotion.launch" />
<include file="$(find hexapod_bringup)/launch/components/arduino.launch" />
<!--<include file="$(find hexapod_bringup)/launch/components/starter.launch" />-->

<include file="$(find hexapod_bringup)/launch/components/robot_localization_ekf.launch" />
Expand Down

0 comments on commit 5b07012

Please sign in to comment.