Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
<launch>
<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)"/>
</include>
</launch>
3 changes: 3 additions & 0 deletions jsk_spot_robot/jsk_spot_startup/launch/rosbag_record.launch
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
/spot_recognition/tracking_labels
/ublox/fix
/ublox/fix_velocity
/esp_now_ros/recv
/esp_now_ros/send
/esp_now_ros/uwb
"
output="screen" />

Expand Down
2 changes: 2 additions & 0 deletions jsk_spot_robot/jsk_spot_startup/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
<exec_depend>xacro</exec_depend>
<exec_depend>xterm</exec_depend>

<exec_depend>esp_now_ros</exec_depend>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please consder put esp_now_ros to jsk_3rdparty, for better dependency/mentainance


<test_depend>rostest</test_depend>

<export>
Expand Down