Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add esp_now_ros to peripheral.aunch #108

Draft
wants to merge 4 commits into
base: spot_arm
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 3 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/ttyACM0"/>

<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
Loading