Skip to content

Commit

Permalink
added i2c_joint_control to pooh_bringup
Browse files Browse the repository at this point in the history
  • Loading branch information
ayaha-n committed Dec 4, 2024
1 parent bd16cae commit 2b2c121
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ros/kxr_controller/launch/pooh_bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
<!-- 体のサーボ用の基板との通信とかに必要 -->
<include file="$(find pooh_kxr_fullbody)/launch/pooh_controller.launch" />

<!-- i2cでarduino naano everyと通信 -->
<node name="joint_state_to_i2c"
pkg="kxr_controller"
type="i2c_joint_control.py" />

<!-- story(どのストーリーか), section(何番目の話者か), trigger(何番目のセリフか)に応じて音声・眉(/eyebrow_status)・体(今は首だけ, /neck_motion)の動きを出す -->
<node name="action_trigger_listener_number"
pkg="kxr_controller"
Expand Down
Empty file modified ros/kxr_controller/scripts/i2c_joint_control.py
100644 → 100755
Empty file.

0 comments on commit 2b2c121

Please sign in to comment.