Skip to content

Commit

Permalink
Merge branch 'PR/spot_arm/add-smart-device-ros' into develop/spot_arm
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Nov 22, 2023
2 parents 7e9dfe2 + 252d133 commit 5039b83
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<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>

<include file="$(find jsk_perception)/sample/sample_insta360_air.launch">
<arg name="width" value="2176"/>
<arg name="height" value="1088"/>
Expand Down
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
1 change: 1 addition & 0 deletions jsk_spot_robot/jsk_spot_startup/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

<exec_depend>jsk_spot_behavior_manager</exec_depend>
<exec_depend>spot_basic_behaviors</exec_depend>
<exec_depend>esp_now_ros</exec_depend>

<test_depend>rostest</test_depend>

Expand Down

0 comments on commit 5039b83

Please sign in to comment.