Skip to content

Commit

Permalink
プランナの呼び出し設定など
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo committed Feb 18, 2024
1 parent 6677d47 commit a885f3f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
18 changes: 9 additions & 9 deletions crane_bringup/launch/play_switcher.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@

<node pkg="consai_visualizer" exec="consai_visualizer"/>

<!-- <node pkg="crane_sender" exec="sim_sender_node" output="screen">-->
<!-- <param name="no_movement" value="false"/>-->
<!-- <param name="theta_kp" value="5.0"/>-->
<!-- <param name="theta_ki" value="0.0"/>-->
<!-- <param name="theta_kd" value="1.0"/>-->
<!-- </node>-->

<node pkg="crane_sender" exec="ibis_sender_node" output="screen">
<param name="sim" value="true"/>
<node pkg="crane_sender" exec="sim_sender_node" output="screen">
<param name="no_movement" value="false"/>
<param name="theta_kp" value="5.0"/>
<param name="theta_ki" value="0.0"/>
<param name="theta_kd" value="1.0"/>
</node>

<!-- <node pkg="crane_sender" exec="ibis_sender_node" output="screen">-->
<!-- <param name="sim" value="true"/>-->
<!-- </node>-->
</launch>
4 changes: 3 additions & 1 deletion session/crane_session_controller/config/normal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ events:
session: "formation"
- event: "OUR_KICKOFF_PREPARATION"
session: "formation"
- event: "OUR_KICKOFF_START"
session: "OUR_KICKOFF_START"
- event: "INPLAY"
session: "mark"
session: "SIMPLE_ATTACK"
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: OUR_KICKOFF_START
sessions:
- name: "goalie"
capacity: 1
- name: "attacker"
capacity: 1
- name: "our_kickoff"
capacity: 2
- name: "waiter"
capacity: 20

0 comments on commit a885f3f

Please sign in to comment.