Skip to content

Commit

Permalink
[jsk_spot_startup] fix esp_now_ros device name
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Nov 29, 2023
1 parent 252d133 commit 381fe0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<launch>
<arg name="port_enr" default="/dev/ttyACM0"/>
<arg name="port_enr" default="/dev/esp_now_ros_interface"/>

<include file="$(find esp_now_ros)/launch/demo.launch">
<arg name="port" value="$(arg port_enr)"/>
Expand Down

0 comments on commit 381fe0f

Please sign in to comment.