Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Fix IsForceWithinThreshold usage in XMLs (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Oct 11, 2023
1 parent c7f582c commit 9756287
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Action ID="SaveCurrentState" saved_robot_state="{pre_approach_robot_state}" />
<Control ID="Parallel" success_count="1" failure_count="1">
<Decorator ID="Inverter">
<Condition ID="IsForceWithinThreshold" parameters="{parameters}"/>
<Action ID="IsForceWithinThreshold" parameters="{parameters}"/>
</Decorator>
<Action ID="ExecuteMTCTask" solution="{push_solution}"/>
</Control>
Expand Down
2 changes: 1 addition & 1 deletion src/picknik_ur_site_config/objectives/push_button.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Action ID="SaveCurrentState" saved_robot_state="{pre_approach_robot_state}" />
<Control ID="Parallel" success_count="1" failure_count="1">
<Decorator ID="Inverter">
<Condition ID="IsForceWithinThreshold" parameters="{parameters}"/>
<Action ID="IsForceWithinThreshold" parameters="{parameters}"/>
</Decorator>
<Action ID="ExecuteMTCTask" solution="{push_solution}"/>
</Control>
Expand Down
2 changes: 1 addition & 1 deletion src/picknik_ur_site_config/objectives/push_button_ml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<Action ID="SaveCurrentState" saved_robot_state="{pre_approach_robot_state}" />
<Control ID="Parallel" success_count="1" failure_count="1">
<Decorator ID="Inverter">
<Condition ID="IsForceWithinThreshold" parameters="{parameters}"/>
<Action ID="IsForceWithinThreshold" parameters="{parameters}"/>
</Decorator>
<Action ID="ExecuteMTCTask" solution="{push_solution}"/>
</Control>
Expand Down

0 comments on commit 9756287

Please sign in to comment.