Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
fix sensors.launch
Browse files Browse the repository at this point in the history
  • Loading branch information
kengohozumi committed May 13, 2023
1 parent b412401 commit f5574f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions igvc2023/launch/sensors.launch
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
<param name="baud" value="115200"/>
</node>

<!-- Node to setting up Arduino serial communication for LEDs -->
<node pkg="rosserial_python" type="serial_node.py" name="serial_node_LED">
<param name="port" value="$(arg LED_dev)"/>
<param name="baud" value="115200"/>
</node>

<!-- Node for setting up 2D-LiDAR via Ethernet connection -->
<node pkg="urg_node" type="urg_node" name="urg_node">
Expand Down

0 comments on commit f5574f5

Please sign in to comment.