Skip to content

Commit

Permalink
update md
Browse files Browse the repository at this point in the history
  • Loading branch information
ggh committed Aug 26, 2023
1 parent 2648248 commit 66b0fd2
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
1 change: 1 addition & 0 deletions BehaviorTree.CPP
Submodule BehaviorTree.CPP added at 845301
2 changes: 1 addition & 1 deletion md/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ void cmdVelCallBack(const geometry_msgs::msg::Twist::SharedPtr keyVel) // from t
if (fgInitsetting == INIT_SETTING_STATE_OK) {
velCmdUpdateCount++;

goal_cmd_speed = keyVel->linear.x;
goal_cmd_speed = keyVel->linear.x * -1;
goal_cmd_ang_speed = keyVel->angular.z;
}
return;
Expand Down
1 change: 1 addition & 0 deletions vision_opencv
Submodule vision_opencv added at 066793
21 changes: 11 additions & 10 deletions yacyac_camera/param/camera.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
camera_param:
top_camera:
node_name: yacyac_top_camera
device: /dev/video0
topic_name: /yacyac_top_camera
frame_width: 640
frame_height: 480
qr:
node_name: yacyac_qr_detector
camera_topic_name: /yacyac_top_camera
topic_name: /qr_node
ros__parameters:
top_camera:
node_name: yacyac_top_camera
device: /dev/video0
topic_name: /yacyac_top_camera
frame_width: 640
frame_height: 480
qr:
node_name: yacyac_qr_detector
camera_topic_name: /yacyac_top_camera
topic_name: /qr_node
8 changes: 5 additions & 3 deletions yacyac_core/bt_xml/bt_nav_yac_supply.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
output_key="Goal_b"/>
<SetBlackboard value="-1.588;1.253;0.0;1.0"
output_key="Goal_c"/>
<SetBlackboard value="6;0;0;0;0;0;0;0"
<SetBlackboard value="0;2;0;0;0;1;0;1"
output_key="yac_a"/>
<SetBlackboard value="0;0;0;0;6;0;0;0"
<SetBlackboard value="2;0;3;0;1;0;0;0"
output_key="yac_b"/>
<SetBlackboard value="0;0;0;0;0;0;6;0"
<SetBlackboard value="1;0;0;2;0;2;0;1"
output_key="yac_c"/>

<ForceSuccess>
Expand All @@ -39,6 +39,7 @@
<Sequence>
<!-- <Nav2Client goal="{Goal_b}"/> -->
<QRClient />
<SupplyAcceptClient />
<YacSupplyCilent goal="{yac_b}"/>
</Sequence>
</ForceSuccess>
Expand All @@ -47,6 +48,7 @@
<Sequence>
<!-- <Nav2Client goal="{Goal_c}"/> -->
<QRClient />
<SupplyAcceptClient />
<YacSupplyCilent goal="{yac_c}"/>
</Sequence>
</ForceSuccess>
Expand Down

0 comments on commit 66b0fd2

Please sign in to comment.